Occurs when a key is pressed or hold down.
| C# | Visual Basic | Visual C++ |
public static event KeyEventHandler KeyDown
Public Shared Event KeyDown As KeyEventHandler
public: static event KeyEventHandler^ KeyDown { void add (KeyEventHandler^ value); void remove (KeyEventHandler^ value); }
