Image::ImageFailed Event

 

Occurs when there is a failure in the image.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler<ExceptionRoutedEventArgs^>^ ImageFailed {
	void add(EventHandler<ExceptionRoutedEventArgs^>^ value);
	void remove(EventHandler<ExceptionRoutedEventArgs^>^ value);
}

If the Source is a BitmapImage and it fails to load, due to a corrupt header, both the DecodeFailed and ImageFailed events occur.

<object ImageFailed="EventHandler" .../>

Identifier field

ImageFailedEvent

Routing strategy

Bubbling

Delegate

EventHandler<TEventArgs>, constrained by ExceptionRoutedEventArgs

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: