ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorLayer Class / UriSourceFailed Event

In This Topic
    UriSourceFailed Event
    In This Topic
    Fires when the loading of UriSource failed.
    Syntax
    Event Data

    The event handler receives an argument of type C1VectorLayer.UriSourceFailedEventArgs containing data related to this event. The following C1VectorLayer.UriSourceFailedEventArgs properties provide information specific to this event.

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