Piccolo.NET

PBoundsHandle.OnEndHandleDrag Method 

Overridden. Notifies the node whose bounds this handle is locating itself on that the resize bounds sequence is finisheed.

public override void OnEndHandleDrag(
   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

PBoundsHandle Class | UMD.HCIL.PiccoloX.Handles Namespace