Skip to main content

InputEventHandler Delegate

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

The delegate to use for handlers that receive InputEventArgs.

public delegate void InputEventHandler(object sender, InputEventArgs e);

Parameters

ParameterTypeDescription
senderobject
eInputEventArgs