Piccolo.NET

PSelectionEventHandler.StartStandardSelection Method 

Starts a standard selection sequence.

protected virtual void StartStandardSelection(
   PInputEventArgs e
);

Parameters

e
A PInputEventArgs that contains the event data.

Remarks

Notes to Inheritors: Subclasses can override this method to be notified at the beginning of a standard selection sequence.

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

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace