BitmapDecoder.DownloadProgress 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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” .../>