Raised when the user double-clicks the diagram at a point where no items are located.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<DiagramEventArgs> DoubleClicked |
Visual Basic
![]() |
---|
Public Event DoubleClicked As EventHandler(Of DiagramEventArgs) |
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 for WinUI Programmer's Guide | © 2024 MindFusion |