Condividi tramite


DownloadProgressEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento DownloadProgress .

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)

Parametri

sender
Object

Platform::Object

IInspectable

Oggetto in cui è associato il gestore.

e
DownloadProgressEventArgs

Dati dell'evento per l'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a