Version: 2020.2
言語: 日本語

ShortcutBindingChangedEventArgsConstructor

マニュアルに切り替える
public ShortcutBindingChangedEventArgs (string shortcutId, ShortcutManagement.ShortcutBinding oldBinding, ShortcutManagement.ShortcutBinding newBinding);

パラメーター

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.

説明

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