Click or drag to resize
IST1500URegisterForContainerSelectedEvent Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Registers a target event handler for the ContainerSelected event

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
void RegisterForContainerSelectedEvent(
	Object sender,
	STNullDeviceContainerSelectedEventHandler target
)

Parameters

sender
Type: SystemObject
The object registering for the event (usually 'this')
target
Type: Scriptel.STSeriesSTNullDeviceContainerSelectedEventHandler
The event handler to receive the event
Remarks
A container selected event begins with the first PenTipSwitchFingerDown outside of a button area. Once a container selected event is sent, new STSignaturePoints will be sent until PenTipSwithcFingerUp. Crossing into a button area will still be considered a container selected event, not a button event.
See Also