ChatRoomFileTransferProgressEventArgs Class

Definition

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

public ref class ChatRoomFileTransferProgressEventArgs : EventArgs
public class ChatRoomFileTransferProgressEventArgs : EventArgs
type ChatRoomFileTransferProgressEventArgs = class
    inherit EventArgs
Public Class ChatRoomFileTransferProgressEventArgs
Inherits EventArgs
Inheritance
ChatRoomFileTransferProgressEventArgs

Properties

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 transferre).
This is a discovered value, and may be null if the file size is not yet known.

Applies to