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
Public method 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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DataTransferProgressEventType Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object.
Public property Exception Gets the exception associated with the DataTransferProgressEventType object.
Public property ProgressCount Gets the current number of items transferred.
Public property TransferId Gets the ID value that uniquely identifies the data transfer progress event.

Top