Membros DataTransferProgressEventArgs
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
O tipo DataTransferProgressEventArgs expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
DataTransferProgressEventArgs | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DataTransferProgressEventType | Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object. | |
Exception | Gets the exception associated with the DataTransferProgressEventType object. | |
ProgressCount | Gets the current number of items transferred. | |
TransferId | Gets the ID value that uniquely identifies the data transfer progress event. |
Início
Consulte também