Raised when the user double-clicks the diagram at a point where no items are located.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<DiagramEventArgs> DoubleClicked |
Visual Basic Copy Code |
---|
Public Event DoubleClicked As EventHandler(Of DiagramEventArgs) |
DoubleClicked event handlers receive an argument of type DiagramEventArgs. The following DiagramEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The mouse button that has been pressed by the user. | |
A PointF specifying the mouse cursor position. |
This event is raised only if the user double-clicks an unoccupied point of the diagram. If the user double-clicks a diagram item, one of the following events is raised: NodeDoubleClicked, CellDoubleClicked or LinkDoubleClicked.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |