Property Action
Action
Gets or sets the action to be invoked when the shortcut key is pressed or the shortcut is clicked on with the mouse.
public Action? Action { get; set; }
Property Value
Remarks
Note, the Accepting event is fired first, and if cancelled, the event will not be invoked.