This class represents the event that is fired when the name or the key of a shortcut key is changed.
Public Enum ShortcutKeyChangeAction NameChanged KeyChanged End Enum
public enum ShortcutKeyChangeAction { NameChanged, KeyChanged }
|
Members |
Description |
|
NameChanged |
The name has changed. |
|
KeyChanged |
The key has changed. |
| Comments? |