ImageBrush.ImageFailed Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when there is an error associated with image retrieval or format.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Conditions in which this event can occur include the following:
File not found.
Invalid (unrecognized or unsupported) file format.
Unknown file format decoding error after upload.
The ImageFailed event can occur if the initial ImageSource attribute value in XAML does not specify a valid source, or can occur if the ImageSource value of an existing image is subsequently set to an invalid source.