Click or drag to resize
IUnmanagedEventsFirmwareDownloadStatusEvent Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
The Download status event for COM

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
void FirmwareDownloadStatusEvent(
	Object sender,
	STNullDeviceFirmwareDownloadStatusEventArgs e
)

Parameters

sender
Type: SystemObject
The device which generated the event.
e
Type: Scriptel.STSeriesSTNullDeviceFirmwareDownloadStatusEventArgs
The FirmwareDownloadStatusEventArgs containing percent complete.
See Also