DataTransferProgressEventArgs Miembros
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
El tipo DataTransferProgressEventArgs expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataTransferProgressEventArgs | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Principio
Vea también