Event ButtonEvent
Button events are raised when a button is pressed on the signature device. Please note this event is not raised by custom buttons in simple dialog mode. For these there is a dedicated PenEvent.
Implements
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public event EventHandler<ButtonEventArgs> ButtonEvent
Returns
Type | Description |
---|---|
System.EventHandler<ButtonEventArgs> |