Search
Events.containerChildAdded Property
See Also
 





Raised when the user adds a node to a ContainerNode.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get containerChildAdded() {}
set containerChildAdded(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also