| C1.Xaml.Imaging Assembly > C1.Xaml.Imaging Namespace > C1GifImage Class : ImageFailed Event |
'Declaration Public Event ImageFailed As System.EventHandler(Of ImageFailedExceptionEventArgs)
public event System.EventHandler<ImageFailedExceptionEventArgs> ImageFailed
The event handler receives an argument of type ImageFailedExceptionEventArgs containing data related to this event. The following ImageFailedExceptionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ErrorException | Gets the underlying exception reported by the event. |