Skip to main content

ButtonEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input

The delegate to use for handlers that receive ButtonEventArgs.

public delegate void ButtonEventHandler(object sender, ButtonEventArgs e);