Piccolo.NET

PSelectionEventHandler.DragStandardSelection Method 

Drags the nodes in a standard selection.

protected virtual void DragStandardSelection(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Remarks

Notes to Inheritors: Subclasses can override this method to be notified while a standard selection is being dragged.

Overriding methods must still call base.DragStandardSelection() for correct behavior.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace