DownloadProgressEventArgs.Progress Property

Definition

Gets download progress as a value that is between 0 and 100.

public:
 property int Progress { int get(); void set(int value); };
int Progress();

void Progress(int value);
public int Progress { get; set; }
var int32 = downloadProgressEventArgs.progress;
downloadProgressEventArgs.progress = int32;
Public Property Progress As Integer

Property Value

Int32

int

The download progress. A value of 0 indicates no progress; 100 indicates that the download is complete.

Applies to