BitmapDecoder.DownloadFailed 이벤트

정의

비트맵 콘텐츠 다운로드가 실패하면 발생합니다.

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

이벤트 유형

EventHandler<ExceptionEventArgs>

설명

XAML 텍스트 사용

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

적용 대상