Constructor ShortcutAndAction
ShortcutAndAction(ShortcutInfo, Action)
Initializes a new instance of the ShortcutAndAction struct with the specified shortcut and action.
public ShortcutAndAction(ShortcutInfo shortcut, Action action)
Parameters
shortcut
ShortcutInfoThe shortcut information.
action
ActionThe action associated with the shortcut.