Table of Contents

Event HandlingHotKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cancelable event raised when the View is handling the user pressing the View's HotKey. Set CommandEventArgs.Cancel to cancel the event.

public event EventHandler<CommandEventArgs>? HandlingHotKey

Returns

EventHandler<CommandEventArgs>
Cancelable event raised when the View is handling the user pressing the View's . Set CommandEventArgs.Cancel to cancel the event.