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





A validation event raised while the user is moving or resizing a 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 nodeModifying

 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