BitmapSource.DownloadProgress イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビットマップ コンテンツのダウンロード状況が変化したときに発生します。
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)
イベントの種類
注釈
このイベントは、すべての種類のビットマップ コンテンツに対して発生するわけではありません。
XAML テキストの使用法
<object DownloadProgress="EventHandler" .../>