BitmapImage Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BitmapImage type exposes the following members.

Events

  Name Description
Public eventSupported by Silverlight for Windows Phone DownloadProgress Occurs when a significant change has occurred in the download progress of the BitmapImage content.
Public eventSupported by Silverlight for Windows Phone ImageFailed Occurs when there is an error associated with image retrieval or format.
Public eventSupported by Silverlight for Windows Phone ImageOpened Occurs when the image source is downloaded and decoded with no failure. You can use this event to determine the size of an image before rendering it.

Top