BitmapDecoder.DownloadProgress Événement

Définition

Se produit lorsqu’une BitmapDecoder progression a progressé lors du téléchargement du contenu bitmap.

public:
 virtual event EventHandler<System::Windows::Media::Imaging::DownloadProgressEventArgs ^> ^ DownloadProgress;
public virtual event EventHandler<System.Windows.Media.Imaging.DownloadProgressEventArgs> DownloadProgress;
member this.DownloadProgress : EventHandler<System.Windows.Media.Imaging.DownloadProgressEventArgs> 
Public Overridable Custom Event DownloadProgress As EventHandler(Of DownloadProgressEventArgs) 

Type d'événement

Remarques

Cet événement peut ne pas être déclenché pour tous les types de contenu bitmap.

Utilisation du texte XAML

< Objet DownloadProgress="EventHandler » .../>

S’applique à