Piccolo.NET

PDragSequenceEventHandler.OnEndDrag Method 

Subclasses should override this method to get notified of the end event in a drag sequence.

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

Parameters

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

Remarks

This method is called at the end 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.OnEndDrag() for correct behavior.

See Also

PDragSequenceEventHandler Class | UMD.HCIL.Piccolo.Event Namespace


Web Accessibility