Table of Contents

Method OnHandlingHotKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnHandlingHotKey(CommandEventArgs)

Called 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.

protected virtual bool OnHandlingHotKey(CommandEventArgs args)

Parameters

args CommandEventArgs

Returns

bool

true to stop processing.