Click or drag to resize
STNullDeviceContainerSelectedEventHandler 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 FirmwareDownloadStatus event

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

Parameters

sender
Type: SystemObject
The sender.
e
Type: Scriptel.STSeriesSTNullDeviceRegionSelectedEventArgs
The STNullDeviceRegionSelectedEventArgs instance containing the event data.
See Also