Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorLayer Class / UriSourceFailed Event

In This Topic
    UriSourceFailed Event
    In This Topic
    Fires when the loading of UriSource failed.
    Syntax
    'Declaration
     
    
    Public Event UriSourceFailed As EventHandler(Of VectorLayer.UriSourceFailedEventArgs)
    Event Data

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

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