BitmapImage.DownloadProgress Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when a significant change has occurred in the download progress of the BitmapImage content.

Namespace:  System.Windows.Media.Imaging
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event DownloadProgress As EventHandler(Of DownloadProgressEventArgs)
public event EventHandler<DownloadProgressEventArgs> DownloadProgress
<BitmapImage DownloadProgress="eventhandler"/>

Remarks

Constructing a BitmapImage by URI is inherently asynchronous. This event reports on progress of the construction.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

BitmapImage Class

System.Windows.Media.Imaging Namespace