KeyboardHook..::..KeyPressed Event
A hot key has been pressed.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public event EventHandler<KeyPressedEventArgs> KeyPressed
Public Event KeyPressed As EventHandler(Of KeyPressedEventArgs)
public: event EventHandler<KeyPressedEventArgs^>^ KeyPressed { void add (EventHandler<KeyPressedEventArgs^>^ value); void remove (EventHandler<KeyPressedEventArgs^>^ value); }