Search
DiagramItem.onChildModified Method
See Also
 

Called when a group child node has been modified. Override this method if you need to know when a node from the SubordinateGroup is modified.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void onChildModified (
    DiagramNode node,
    AdjustmentHandle handle
)

 Parameters

node

The node that has been modified.

handle

The adjustment handle used to modify the node.

 See Also