Skip to main content

ButtonEventHandler Delegate

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

The delegate to use for handlers that receive ButtonEventArgs.

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

Parameters

ParameterTypeDescription
senderobject
eButtonEventArgs