DownloadProgressEventHandler Delegate

Definition

Represents the method that will handle the DownloadProgress event.

public delegate void DownloadProgressEventHandler(Platform::Object ^ sender, DownloadProgressEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(448458275, 29934, 19655, 153, 186, 177, 113, 227, 205, 166, 30)]
class DownloadProgressEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(448458275, 29934, 19655, 153, 186, 177, 113, 227, 205, 166, 30)]
public delegate void DownloadProgressEventHandler(object sender, DownloadProgressEventArgs e);
Public Delegate Sub DownloadProgressEventHandler(sender As Object, e As DownloadProgressEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
DownloadProgressEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to