Search
Events.containerChildRemoving Property
See Also
 





A validation event raised to let you prevent users from removing child nodes from a container.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get containerChildRemoving() {}
set containerChildRemoving(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also