ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1GifImage Class / ImageFailed Event

In This Topic
    ImageFailed Event
    In This Topic
    Occurs when there is an error associated with image retrieval or format.
    Syntax
    'Declaration
     
    Public Event ImageFailed As System.EventHandler(Of ImageFailedExceptionEventArgs)
    public event System.EventHandler<ImageFailedExceptionEventArgs> ImageFailed
    Event Data

    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.

    PropertyDescription
    Gets the underlying exception reported by the event.  
    See Also