BitmapSource.DownloadProgress イベント

定義

ビットマップ コンテンツのダウンロード状況が変化したときに発生します。

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) 

イベントの種類

EventHandler<DownloadProgressEventArgs>

注釈

このイベントは、すべての種類のビットマップ コンテンツに対して発生するわけではありません。

XAML テキストの使用法

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

適用対象