Raised when a node is added to a ContainerNode, either programmatically or by the user.
JavaScript Copy Code |
---|
function onContainerChildAdded (sender, args) |
ContainerChildAdded handlers receive an event object of type NodeEventArgs.
To handle the ContainerChildAdded event, assign the name of the respective JavaScript function (for example 'onContainerChildAdded ') to the ContainerChildAddedScript property.