Skip to main content

GenericEventHandler Delegate

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

The delegate to use for handlers that receive GenericEventArgs.

public delegate void GenericEventHandler(object sender, GenericEventArgs e);