Search
ContainerChildAdded Event

Raised when a node is added to a ContainerNode, either programmatically or by the user.

Syntax

JavaScript  Copy Code

function onContainerChildAdded (sender, args)

Event Data

ContainerChildAdded handlers receive an event object of type NodeEventArgs.

Remarks

To handle the ContainerChildAdded event, assign the name of the respective JavaScript function (for example 'onContainerChildAdded ') to the  ContainerChildAddedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ContainerChildRemoved Event