BitmapSource.DownloadProgress Événement

Définition

Se produit lorsque la progression du téléchargement du contenu de la bitmap a changé.

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

EventHandler<DownloadProgressEventArgs>

Remarques

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

Utilisation du texte XAML

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

S’applique à