Bagikan melalui


Image.ImageFailed Kejadian

Definisi

Terjadi ketika ada kegagalan dalam gambar.

public:
 event EventHandler<System::Windows::ExceptionRoutedEventArgs ^> ^ ImageFailed;
public event EventHandler<System.Windows.ExceptionRoutedEventArgs> ImageFailed;
member this.ImageFailed : EventHandler<System.Windows.ExceptionRoutedEventArgs> 
Public Custom Event ImageFailed As EventHandler(Of ExceptionRoutedEventArgs) 

Jenis Acara

Keterangan

Source Jika adalah BitmapImage dan gagal dimuat, karena header rusak, peristiwa DecodeFailed dan ImageFailed terjadi.

Penggunaan Teks XAML

< Objek ImageFailed="EventHandler" .../>

Informasi Peristiwa Yang Dirutekan

Bidang pengidentifikasi ImageFailedEvent
Strategi perutean Menggelegak
Delegasikan EventHandler<TEventArgs>, dibatasi oleh ExceptionRoutedEventArgs

Berlaku untuk

Lihat juga