Invoked when the user moves or resizes this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void OnModify ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnModify( _ |
Specifies the mouse position.
Specifies the adjustment handle used to modify the node.
RemarksImplement this method in a custom node class if you need to detect modifications done by the user without handling events of the Diagram class.
See Also