wManager.Wow.Helpers Namespace
WRobot

KeyboardHook..::..KeyPressed Event

A hot key has been pressed.

Namespace:  robotManager.Helpful
Assembly:  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);
}