Piccolo.NET

PSelectionEventHandler.EndMarqueeSelection Method 

Ends a marquee selection sequence.

protected virtual void EndMarqueeSelection(
   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 marquee selection sequence.

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

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace