Piccolo.NET

PSelectionEventHandler.EndStandardSelection Method 

Ends a standard selection sequence.

protected virtual void EndStandardSelection(
   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 end of a standard selection sequence.

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

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace