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) 

이벤트 유형

설명

XAML 텍스트 사용

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

적용 대상