ShortcutBindingChangedEventArgsConstructor

Cambiar al Manual
public ShortcutBindingChangedEventArgs (string shortcutId, ShortcutManagement.ShortcutBinding oldBinding, ShortcutManagement.ShortcutBinding newBinding);

Parámetros

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.

Descripción

Initializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.