Table of Contents

Delegate InputEventHandler

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

The delegate to use for handlers that receive InputEventArgs.

public delegate void InputEventHandler(object sender, InputEventArgs e)

Parameters

sender object
The delegate to use for handlers that receive InputEventArgs.
e InputEventArgs
The delegate to use for handlers that receive InputEventArgs.