BitmapDecoder.DownloadProgress 事件

定義

BitmapDecoder 開始下載點陣圖內容時發生。

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 文字使用方式

<物件 DownloadProgress=「EventHandler」 .../>

適用於