Method OnHandlingHotKey | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

bool

true to stop processing.

Edit this page