Search
Events.nodeSelecting Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get nodeSelecting() {}
set nodeSelecting(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also