ShortcutBindingChangedEventArgsConstructor

Switch to Manual
public ShortcutBindingChangedEventArgs (string shortcutId, ShortcutManagement.ShortcutBinding oldBinding, ShortcutManagement.ShortcutBinding newBinding);

Parameters

shortcutIdThe ID of the shortcut that had its binding changed.
oldBindingThe old binding of the shortcut that had its binding changed.
newBindingThe 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.