Search
DiagramBase.containerChildRemoving Event
See Also
 





Raised when the user removes a node from a ContainerNode.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.containerChildRemoving.addEventListener(onContainerChildRemoving);

 Event Data

Event handlers receive a NodeEventArgs instance that contains data about this event.

 See Also