Search
Events.nodeDeleted Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get nodeDeleted() {}
set nodeDeleted(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also