BitmapDecoder.DownloadProgress Zdarzenie

Definicja

Występuje, gdy nastąpił postęp pobierania BitmapDecoder zawartości mapy bitowej.

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

Uwagi

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

Użycie tekstu w języku XAML

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

Dotyczy