Table of Contents

Method OnSelecting

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnSelecting(CommandEventArgs)

Called when the user has performed an action (e.g. Select) causing the View to change state. Set CommandEventArgs.Cancel to true and return true to cancel the state change. The default implementation does nothing.

protected virtual bool OnSelecting(CommandEventArgs args)

Parameters

args CommandEventArgs

The event arguments.

Returns

bool

true to stop processing.