Sdílet prostřednictvím


BitmapSource.DownloadProgress Událost

Definice

Nastane, když se změní průběh stahování obsahu rastrového obrázku.

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) 

Event Type

EventHandler<DownloadProgressEventArgs>

Poznámky

Tato událost nemusí být vyvolána pro všechny typy rastrového obsahu.

Použití textu XAML

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

Platí pro