Skip to main content

ProcessInputEventHandler Delegate

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

Delegate type for handles of events that use ProcessInputEventArgs.

public delegate void ProcessInputEventHandler(object sender, ProcessInputEventArgs e);

Parameters

ParameterTypeDescription
senderobject
eProcessInputEventArgs