次の方法で共有


DownloadProgressEventHandler 代理人

定義

DownloadProgress イベントを処理するメソッドを表します。

public delegate void DownloadProgressEventHandler(Platform::Object ^ sender, DownloadProgressEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2593016565, 45348, 20997, 138, 233, 52, 150, 224, 99, 197, 105)]
public delegate void DownloadProgressEventHandler(object sender, DownloadProgressEventArgs e);
Public Delegate Sub DownloadProgressEventHandler(sender As Object, e As DownloadProgressEventArgs)

パラメーター

sender
Object

Platform::Object

ハンドラーがアタッチされているオブジェクト。

e
DownloadProgressEventArgs

イベントのイベント データ。

属性

適用対象