Method RaiseHandlingHotKey
RaiseHandlingHotKey()
Called when the View is handling the user pressing the View's HotKeys. Calls OnHandlingHotKey(CommandEventArgs) which can be cancelled; if not cancelled raises Accepting. event. The default HotKey handler calls this method.
protected bool? RaiseHandlingHotKey()