Autodesk.AutoCAD.Customization Namespace > ShortcutKeyChangeAction Enumeration
Autodesk.AutoCAD.Customization.ShortcutKeyChangeAction Enumeration
Description

This class represents the event that is fired when the name or the key of a shortcut key is changed.

Visual Basic
Public Enum ShortcutKeyChangeAction
  NameChanged
  KeyChanged
End Enum
C#
public enum ShortcutKeyChangeAction {
  NameChanged,
  KeyChanged
}
Members
Members 
Description 
NameChanged 
The name has changed. 
KeyChanged 
The key has changed. 
   Comments?