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

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

Parameters

sender
Type: SystemObject
The object unregistering for the event
target
Type: Scriptel.STSeriesSTNullDeviceContainerSelectedEventHandler
The event handler that received the event
See Also