Skip to main content

InputReportEventHandler Delegate

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

The delegate to use for handlers that receive InputReportEventArgs

public delegate void InputReportEventHandler(object sender, InputReportEventArgs e);

Parameters

ParameterTypeDescription
senderobject
eInputReportEventArgs