Piccolo.NET

StartHandleDragDelegate Delegate

A delegate used to notify classes of the start of a new handle drag sequence.

public delegate bool StartHandleDragDelegate(
   object sender,
   PointF point,
   PInputEventArgs e
);

Requirements

Namespace: UMD.HCIL.PiccoloX.Handles

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

UMD.HCIL.PiccoloX.Handles Namespace