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.Handled to true to indicate the event was handled and processing should stop.

public event EventHandler<CommandEventArgs>? HandlingHotKey

Returns

EventHandler<CommandEventArgs>
Cancelable event raised when the View is handling the user pressing the View's . Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.