Click or drag to resize
BitmapImage Events

The BitmapImage type exposes the following members.

Events
  NameDescription
Public eventImageFailed
Occurs when there is an error associated with image retrieval or format.
Public eventImageOpened
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.
Public eventUriSourceChanged
Occurs when the UriSource is changed
Top
See Also