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