Table of Contents

Event Selecting

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cancelable event raised when the user has performed an action (e.g. Select) causing the View to change state. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.

public event EventHandler<CommandEventArgs>? Selecting

Returns

EventHandler<CommandEventArgs>
Cancelable event raised when the user has performed an action (e.g. ) causing the View to change state. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.