ChatRoomFileTransferProgressEventArgs Members
Include Protected Members
Include Inherited Members
Event argument forwarded by a ChatRoomFileDownloadJob or ChatRoomFileUploadJob when file transfer progress has changed.
The following tables list the members exposed by the ChatRoomFileTransferProgressEventArgs type.
Properties
Name | Description | |
---|---|---|
Cancelled | Gets or sets a value indicating whether this operation is cancelled. | |
Completed | Gets or sets a value indicating whether this operation is completed. | |
PercentTransferred | Gets the percent complete. | |
TotalBytes | Gets the size of the file (the total number of bytes to be transferred). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top