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" .../>