Called when a child node is being modified.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual bool OnChildModifying ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function OnChildModifying( _ |
The node being modified.
The adjustment handle used to modify the node.
See Also