Initializes a new instance of the HotkeyEventArg class

C# | Visual Basic | Visual C++ |
public HotkeyEventArg( KeyGesture keyGesture, int hotkeyIndex )
Public Sub New ( _ keyGesture As KeyGesture, _ hotkeyIndex As Integer _ )
public: HotkeyEventArg( KeyGesture^ keyGesture, int hotkeyIndex )

- keyGesture (KeyGesture)
- hotkeyIndex (Int32)