BitmapDecoder.DownloadFailed Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Remarques
Utilisation du texte XAML
<object DownloadFailed="EventHandler" .../>