ISTSeriesDeviceRegisterForButtonSelectedEvent Method | |
Registers a target event handler for the ButtonSelected event.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax void RegisterForButtonSelectedEvent(
Object sender,
STNullDeviceButtonSelectedEventHandler target
)
Sub RegisterForButtonSelectedEvent (
sender As Object,
target As STNullDeviceButtonSelectedEventHandler
)
void RegisterForButtonSelectedEvent(
Object^ sender,
STNullDeviceButtonSelectedEventHandler^ target
)
abstract RegisterForButtonSelectedEvent :
sender : Object *
target : STNullDeviceButtonSelectedEventHandler -> unit
Parameters
- sender
- Type: SystemObject
The object unregistering for the event - target
- Type: Scriptel.STSeriesSTNullDeviceButtonSelectedEventHandler
The event handler that received the event
Remarks
A button select event is any event that happens when a PenTipSwitchFingerDown is first
detected in a button area of the display, and then
again when new STSignaturePoints are received until the pen leaves the button area. However,
the event does not occur if the pen is moved from a non-button area to the button area.
See Also