Search
DiagramItem.CompleteModify Method
See Also
 





Invoked when the item modification has been completed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void CompleteModify (
    PointF end,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overridable Sub CompleteModify( _
    end As PointF, _
    ist As InteractionState _
)

 Parameters

end
The mouse pointer position.
ist
An InteractionState object containing more information about the current state of the operation.

 Remarks

This method is invoked when the user releases the mouse button while modifying an item.

 See Also