다음을 통해 공유


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

이벤트에 대한 이벤트 데이터입니다.

특성

적용 대상