Method OnSelecting | Terminal.Gui v2 (original) (raw)
Namespace
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.Handled to true and return true to indicate the event was handled and processing should stop.
protected virtual bool OnSelecting(CommandEventArgs args)
Parameters
args
CommandEventArgs
The event arguments.
Returns
true to stop processing.