Piccolo.NET

PHandle.OnHandleDrag Method 

Subclasses should override this method to get notified as the handle is dragged.

public virtual void OnHandleDrag(
   object sender,
   SizeF size,
   PInputEventArgs e
);

Parameters

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

See Also

PHandle Class | UMD.HCIL.PiccoloX.Handles Namespace