Occurs when a key is pressed while the edit field has focus
| C# | Visual Basic | Visual C++ |
public event KeyPressEventHandler EditFieldKeyPress
Public Event EditFieldKeyPress As KeyPressEventHandler
public: event KeyPressEventHandler^ EditFieldKeyPress { void add (KeyPressEventHandler^ value); void remove (KeyPressEventHandler^ value); }