DataTransferProgressEventArgs Members
Include Protected Members
Include Inherited Members
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
The DataTransferProgressEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataTransferProgressEventArgs(DataTransferProgressEventType, String, Int64, Exception) | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top