BitmapDecoder.DownloadFailed Événement

Définition

Se produit quand le téléchargement du contenu de la bitmap a échoué.

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) 

Type d'événement

EventHandler<ExceptionEventArgs>

Remarques

Utilisation du texte XAML

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

S’applique à