Table of Contents

Delegate ProcessInputEventHandler

Namespace
GHIElectronics.Endpoint.UI.Input
Assembly
GHIElectronics.Endpoint.UI.dll

Delegate type for handles of events that use ProcessInputEventArgs.

public delegate void ProcessInputEventHandler(object sender, ProcessInputEventArgs e)

Parameters

sender object
Delegate type for handles of events that use .
e ProcessInputEventArgs
Delegate type for handles of events that use .