BitmapSource.DownloadProgress Ereignis

Definition

Tritt auf, wenn sich der Status beim Herunterladen des Bitmapinhalts geändert hat.

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

EventHandler<DownloadProgressEventArgs>

Hinweise

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

XAML-Textverwendung

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

Gilt für