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" .../>

適用対象