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
senderobject- The delegate to use for handlers that receive InputEventArgs.
eInputEventArgs- The delegate to use for handlers that receive InputEventArgs.