Skip to main content

NotifyInputEventHandler Delegate

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

Delegate type for handles of events that use NotifyInputEventArgs.

public delegate void NotifyInputEventHandler(object sender, NotifyInputEventArgs e);

Parameters

ParameterTypeDescription
senderobject
eNotifyInputEventArgs