Search
Events.nodeDeselected Property
See Also
 





Raised when a node is deselected, either programmatically or by the user.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get nodeDeselected() {}
set nodeDeselected(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also