Raised when the user tries to select a node, this event lets you cancel the operation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NodeValidationEventArgs> NodeSelecting |
Visual Basic
Copy Code
|
|---|
Public Event NodeSelecting As EventHandler(Of NodeValidationEventArgs) |
Event DataNodeSelecting event handlers receive an argument of type NodeValidationEventArgs.
See Also