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 quand un BitmapDecoder a progressé dans le téléchargement du contenu de la 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
<object DownloadProgress="EventHandler" .../>