BitmapDecoder.DownloadProgress Ereignis

Definition

Tritt auf, wenn sich der Status des Downloadvorgangs für Bitmapinhalt von einem BitmapDecoder geändert wird.

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) 

Ereignistyp

Hinweise

Dieses Ereignis wird möglicherweise nicht für alle Arten von Bitmapinhalten ausgelöst.

XAML-Textverwendung

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

Gilt für: