Share via


DataTransferProgressEventArgs 成員

The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.

DataTransferProgressEventArgs 型別公開下列成員。

建構函式

  名稱 描述
公用方法 DataTransferProgressEventArgs Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端