BitmapDecoder.DownloadProgress É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 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 » .../>