DownloadProgressEventArgs
DownloadProgressEventArgs
DownloadProgressEventArgs
DownloadProgressEventArgs
Class
Definition
Provides event data for the DownloadProgress event.
public : sealed class DownloadProgressEventArgs : IDownloadProgressEventArgspublic sealed class DownloadProgressEventArgs : IDownloadProgressEventArgsPublic NotInheritable Class DownloadProgressEventArgs Implements IDownloadProgressEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Progress Progress Progress Progress
Gets download progress as a value that is between 0 and 100.
public : int Progress { get; set; }public int Progress { get; set; }Public ReadWrite Property Progress As int// This API is not available in Javascript.
- Value
- int int int int
The download progress. A value of 0 indicates no progress; 100 indicates that the download is complete.