Occurs when the hotkey is pressed.

C# | Visual Basic | Visual C++ |
public event EventHandler<HotkeyEventArg> HotkeyPressed
Public Event HotkeyPressed As EventHandler(Of HotkeyEventArg)
public: event EventHandler<HotkeyEventArg^>^ HotkeyPressed { void add (EventHandler<HotkeyEventArg^>^ value); void remove (EventHandler<HotkeyEventArg^>^ value); }