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





A validation event raised to let you prevent users from removing child nodes from a container.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

var containerChildRemoving

 Remarks

Call getNode and getContainer methods of the provided NodeEventArgs instance to access the relevant nodes. Set the Cancel argument to true to display the stop cursor and indicate that releasing the mouse button at the current position will cancel the operation.

 See Also

Events Members
Events Class
MindFusion.Diagramming Namespace
containerChildRemoved Event
containerChildAdding Event