Property InputBindingCommandExecuted
InputBindingCommandExecuted
Gets or sets action which is called when command specified in the input bindings is executed.
public Action<HandledEventArgs<string>>? InputBindingCommandExecuted { get; set; }
Gets or sets action which is called when command specified in the input bindings is executed.
public Action<HandledEventArgs<string>>? InputBindingCommandExecuted { get; set; }