Method OnHandlingHotKey
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