Search
ContainerNode.onChildModified Method
See Also
 

Called when a group child node has been modified.

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

 Syntax

Java  Copy Code

protected void onChildModified (
    DiagramNode node,
    AdjustmentHandle handle
)

 Parameters

node

The DiagramNode that has been moved or resized.

handle

An AdjustmentHandles instance indicating which handle has been used to modify the node.

 See Also