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