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

適用於