Raises the appropriate *Clicked event according to the type of the specified item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void RaiseClicked ( |
Visual Basic
Copy Code
|
|---|
Public Sub RaiseClicked( _ |
The DiagramItem related to the event.
The current mouse position, in document coordinates.
The mouse button related to the event.
See Also