Called when a child node has been modified.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual void OnChildModified ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnChildModified( _ |
The node that has been modified.
The adjustment handle used to modify the node.
RemarksOverride this method if you need to know when a node from the SubordinateGroup is modified.
See Also