Raised when a node is deselected, either programmatically or by the user.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get nodeDeselected() {} |
String
A string containing the event name.
RemarksEvent handlers receive a NodeEventArgs instance as argument.
See Also