Method RaiseHandlingHotKey
RaiseHandlingHotKey(ICommandContext?)
Called when the View is handling the user pressing the View's HotKeys. Calls OnHandlingHotKey(CommandEventArgs) which can be cancelled. If not cancelled raises HandlingHotKey event. The default HotKey handler calls this method.
protected bool? RaiseHandlingHotKey(ICommandContext? ctx)
Parameters
ctxICommandContextThe context to pass with the command.