Table of Contents

Delegate ButtonEventHandler

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

The delegate to use for handlers that receive ButtonEventArgs.

public delegate void ButtonEventHandler(object sender, ButtonEventArgs e)

Parameters

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