Property Command
Command
Gets or sets the Command that will be invoked on TargetView when the Shortcut is accepted. If no TargetView is set, the Key will be used to invoke commands bound at the application level.
public Command Command { get; set; }
Gets or sets the Command that will be invoked on TargetView when the Shortcut is accepted. If no TargetView is set, the Key will be used to invoke commands bound at the application level.
public Command Command { get; set; }