Method OnHandlingHotKey | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnHandlingHotKey(CommandEventArgs)
Called when the View is handling the user pressing the View's HotKey. Set CommandEventArgs.Cancel totrue to stop processing.
protected virtual bool OnHandlingHotKey(CommandEventArgs args)
Parameters
args
CommandEventArgs
Returns
true to stop processing.