| STNullDeviceFirmwareDownloadStatusEventHandler Delegate |   | 
            The event handler for the FirmwareDownloadStatus event in COM
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic delegate void FirmwareDownloadStatusEventHandler(
	Object sender,
	STNullDeviceFirmwareDownloadStatusEventArgs e
)
Public Delegate Sub FirmwareDownloadStatusEventHandler ( 
	sender As Object,
	e As STNullDeviceFirmwareDownloadStatusEventArgs
)
public delegate void FirmwareDownloadStatusEventHandler(
	Object^ sender, 
	STNullDeviceFirmwareDownloadStatusEventArgs^ e
)
type FirmwareDownloadStatusEventHandler = 
    delegate of 
        sender : Object * 
        e : STNullDeviceFirmwareDownloadStatusEventArgs -> unitParameters
- sender
 - Type: SystemObject
The object that raised the event - e
 - Type: Scriptel.STSeriesSTNullDeviceFirmwareDownloadStatusEventArgs
FirmwareDownloadStatusEventArgs used to pass the status of the firmware downloaded 
See Also