DiagramNode.StartModify override. Invoked when the user starts modifying this item interactively.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override void StartModify ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub StartModify( _ |
Position of the mouse pointer.
The adjustment handle used to modify this node.
An InteractionState object containing more information about the current state of the operation.
See Also