MindFusion.Diagramming for JavaScript Programmer's Guide

Events.nodeDeleting Field

See Also
 





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 for this event.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

var nodeDeleting

 Remarks

Event handlers can set the Cancel property to true to prevent deleting the node.

 See Also