Invoked when the item modification has been completed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual void CompleteModify ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub CompleteModify( _ |
The mouse pointer position.
RemarksThis method is invoked when the user releases the mouse button while modifying an item.
See Also