Event HandlingHotKey | Terminal.Gui v2 (original) (raw)
Namespace
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.