DownloadProgressEventHandler
DownloadProgressEventHandler
DownloadProgressEventHandler
DownloadProgressEventHandler
Delegate
Definition
Represents the method that will handle the DownloadProgress event.
public : delegate void DownloadProgressEventHandler(PlatForm::Object sender, DownloadProgressEventArgs e)public delegate void DownloadProgressEventHandler(Object sender, DownloadProgressEventArgs e)Public Delegate DownloadProgressEventHandler(sender As Object, e As DownloadProgressEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- DownloadProgressEventArgs DownloadProgressEventArgs DownloadProgressEventArgs DownloadProgressEventArgs
Event data for the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|