DownloadProgressEventArgs.Progress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.