Version: 2021.1
언어: 한국어

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.