BitmapDecoder::DownloadFailed Event

 

Occurs when bitmap content failed to download.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event EventHandler<ExceptionEventArgs^>^ DownloadFailed {
	virtual void add(EventHandler<ExceptionEventArgs^>^ value);
	virtual void remove(EventHandler<ExceptionEventArgs^>^ value);
}

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

.NET Framework
Available since 3.0
Return to top
Show: