Search
DiagramBase.NodeSelecting Event
See Also
 






Raised when the user tries to select a node, this event lets you cancel the operation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<NodeValidationEventArgs> NodeSelecting

Visual Basic  Copy Code

Public Event NodeSelecting As EventHandler(Of NodeValidationEventArgs)

 Event Data

NodeSelecting event handlers receive an argument of type NodeValidationEventArgs.

 See Also