ShortcutBindingChangedEventArgs Constructor
public ShortcutBindingChangedEventArgs(string shortcutId,
ShortcutManagement.ShortcutBinding oldBinding,
ShortcutManagement.ShortcutBinding newBinding);
Parameters
| shortcutId | The ID of the shortcut that had its binding changed. | |
| oldBinding | The old binding of the shortcut that had its binding changed. | |
| newBinding | The new binding of the shortcut that had its binding changed. |
Description 描述
Initializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.