BitmapDecoder.DownloadProgress 이벤트

정의

BitmapDecoder에서 비트맵 콘텐츠를 다운로드하는 중이면 발생합니다.

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) 

이벤트 유형

설명

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

XAML 텍스트 사용

<개체 DownloadProgress="EventHandler" .../>

적용 대상