Version: 2023.1

ShortcutBindingChangedEventArgsConstructor

切换到手册
public ShortcutBindingChangedEventArgs (string shortcutId, ShortcutManagement.ShortcutBinding oldBinding, ShortcutManagement.ShortcutBinding newBinding);

参数

shortcutId 绑定已更改的快捷方式的 ID。
oldBinding 绑定已更改的快捷方式的旧绑定。
newBinding 绑定已更改的快捷方式的旧绑定。

描述

使用指定的快捷方式 ID、旧绑定和新绑定初始化 ShortcutBindingChangedEventArgs 结构的新实例。