Piccolo.NET

PHandle.OnStartHandleDrag Method 

Subclasses should override this method to get notified when the handle starts to get dragged.

public virtual void OnStartHandleDrag(
   object sender,
   PointF point,
   PInputEventArgs e
);

Parameters

sender
The source of this handle drag event.
point
The drag position relative to the handle.
e
A PInputEventArgs that contains the event data.

See Also

PHandle Class | UMD.HCIL.PiccoloX.Handles Namespace