BitmapSource.DownloadProgress 이벤트

정의

비트맵 콘텐츠의 다운로드 진행률이 변경되면 발생합니다.

public:
 virtual event EventHandler<System::Windows::Media::Imaging::DownloadProgressEventArgs ^> ^ DownloadProgress;
public virtual event EventHandler<System.Windows.Media.Imaging.DownloadProgressEventArgs> DownloadProgress;
member this.DownloadProgress : EventHandler<System.Windows.Media.Imaging.DownloadProgressEventArgs> 
Public Overridable Custom Event DownloadProgress As EventHandler(Of DownloadProgressEventArgs) 

이벤트 유형

EventHandler<DownloadProgressEventArgs>

설명

비트맵 콘텐츠의 모든 형식에 대해이 이벤트를 발생할 수 있습니다.

XAML 텍스트 사용

<object DownloadProgress="EventHandler" .../>

적용 대상