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. CommandEventArgs.Cancel to true to cancel the state change.

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. CommandEventArgs.Cancel to true to cancel the state change.