Edit

Share via


ControlDesigner.OnMouseDragEnd(Boolean) Method

Definition

Receives a call at the end of a drag-and-drop operation to complete or cancel the operation.

C#
protected virtual void OnMouseDragEnd(bool cancel);

Parameters

cancel
Boolean

true to cancel the drag; false to commit it.

Applies to