ASP.NET Pack Programmer's Guide
Events.nodeCreating Field
See Also
 





A validation event raised while the user is drawing a new node. The event handlers get a NodeEventArgs instance that contains data about this event.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

var nodeCreating

 Remarks

Event handlers can set the Cancel property to true to display the stop cursor and indicate that releasing the mouse button at the current position will cancel the operation. Alternatively, calling the cancelDrag method immediately cancels the operation.

 See Also

Events Members
Events Class
MindFusion.Diagramming Namespace