Event HandlingHotKey | Terminal.Gui v2 (original) (raw)

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.

Edit this page