Skip to main content

EventHandler Delegate

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

Represents a method that handles a general event with no event data.

public delegate void EventHandler(object sender, EventArgs e);