InputEventHandler Delegate
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
The delegate to use for handlers that receive InputEventArgs.
public delegate void InputEventHandler(object sender, InputEventArgs e);