Search
ContainerChildRemoved Event

Raised when a node is removed from a ContainerNode, either programmatically or by the user.

Syntax

JavaScript  Copy Code

function onContainerChildRemoved (sender, args)

Event Data

ContainerChildRemoved handlers receive an event object of type NodeEventArgs.

Remarks

To handle the ContainerChildRemoved event, assign the name of the respective JavaScript function (for example 'on ContainerChildRemoved') to the  ContainerChildRemovedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ContainerChildAdded Event