BitmapSource.DownloadProgress Zdarzenie

Definicja

Występuje, gdy postęp pobierania zawartości mapy bitowej uległ zmianie.

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) 

Typ zdarzenia

EventHandler<DownloadProgressEventArgs>

Uwagi

To zdarzenie może nie być zgłaszane dla wszystkich typów zawartości mapy bitowej.

Użycie tekstu w języku XAML

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

Dotyczy