Click or drag to resize
STNullDevice.ContainerSelectedEventHandler 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,
	STNullDevice. RegionSelectedEventArgs e
)

Parameters

sender
Type: System.Object
The sender.
e
Type: Scriptel.STSeries.STNullDevice.RegionSelectedEventArgs
The STNullDevice. RegionSelectedEventArgs instance containing the event data.
See Also