Raised when the user tries to delete a node, this event lets you cancel the operation. The event handlers get a NodeEventArgs instance that contains data about this event.
Namespace: MindFusion.Diagramming
Package: Events.js
JavaScript Copy Code |
---|
var nodeDeleting |
Event handlers can set the Cancel property to true to prevent deleting the node.