High-level managed interface for PicoLCD 4x20 Sideshow device.
PicoLCD_4x20..::.KeyPressedEventHandler Delegate
NamespacesPicoLCDLibPicoLCD_4x20PicoLCD_4x20..::.KeyPressedEventHandler

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:PicoLCDLib.PicoLCD_4x20.KeyPressedEventHandler]

Declaration Syntax
C#Visual BasicVisual C++
public delegate void KeyPressedEventHandler(
	Object sender,
	KeyPressedEventArgs args
)
Public Delegate Sub KeyPressedEventHandler ( _
	sender As Object, _
	args As KeyPressedEventArgs _
)
public delegate void KeyPressedEventHandler(
	Object^ sender, 
	KeyPressedEventArgs^ args
)
Parameters
sender (Object)
args (KeyPressedEventArgs)

Assembly: PicoLCDLib (Module: PicoLCDLib) Version: 0.1.3301.29457