Search
DiagramBase.DoubleClicked Event
See Also
 






Raised when the user double-clicks the diagram at a point where no items are located.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<DiagramEventArgs> DoubleClicked

Visual Basic  Copy Code

Public Event DoubleClicked As EventHandler(Of DiagramEventArgs)

 Remarks

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.

 See Also