Event argument forwarded by a ChatRoomFileDownloadJob or ChatRoomFileUploadJob when file transfer progress has changed.

The ChatRoomFileTransferProgressEventArgstype exposes the following members.

Properties

  Name Description
Public property Cancelled Gets or sets a value indicating whether this operation is cancelled.
Public property Completed Gets or sets a value indicating whether this operation is completed.
Public property PercentTransferred Gets the percent complete.
Public property TotalBytes Gets the size of the file (the total number of bytes to be transferred).
Top

Methods

  Name Description
Public method Equals (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

See Also