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. |
頂端