[This is preliminary documentation and is subject to change.]
This event is raised when a key on the PicoLCD device is pressed.
| C# | Visual Basic | Visual C++ |
public event PicoLCD_4x20..::.KeyPressedEventHandler KeyPressed
Public Event KeyPressed As PicoLCD_4x20..::.KeyPressedEventHandler
public: event PicoLCD_4x20..::.KeyPressedEventHandler^ KeyPressed { void add (PicoLCD_4x20..::.KeyPressedEventHandler^ value); void remove (PicoLCD_4x20..::.KeyPressedEventHandler^ value); }