Event HotKeyCommand
Event raised when the View's HotKey is pressed, if the event was not handled by OnHandlingHotKey(CommandEventArgs) or the HandlingHotKey event.
public event EventHandler<EventArgs<ICommandContext?>>? HotKeyCommand
Returns
- EventHandler<EventArgs<ICommandContext>>
- Event raised when the View's is pressed, if the event was not handled by or the event.