Click or drag to resize
STNullDeviceButtonSelectedEventHandler DelegateScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
The event handler for the ButtonSelected event

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public delegate void ButtonSelectedEventHandler(
	Object sender,
	STNullDeviceRegionSelectedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event
e
Type: Scriptel.STSeriesSTNullDeviceRegionSelectedEventArgs
RegionSelectedEventArgs used to pass information about the signature pointNumber recieved
See Also