Piccolo.NET

PDragSequenceEventHandler.OnStartDrag Method 

Subclasses should override this method to get notified of the start of a new drag sequence.

protected virtual void OnStartDrag(
   object sender,
   PInputEventArgs e
);

Parameters

sender
The source of the start drag event.
e
A PInputEventArgs that contains the event data.

Remarks

This method is called at the beginning of a drag sequence.

Unlike the OnMouseDrag method, this method will not get called until after the MinDragStartDistance has been reached.

Notes to Inheritors: Overriding methods must still call base.OnStartDrag() for correct behavior.

See Also

PDragSequenceEventHandler Class | UMD.HCIL.Piccolo.Event Namespace