ComponentOne Maps for WPF and Silverlight
UriSourceFailed Event (C1VectorLayer)

C1.WPF.Maps Namespace > C1VectorLayer Class : UriSourceFailed Event
Fires when the loading of UriSource failed.
Syntax
'Declaration
 
Public Event UriSourceFailed As System.EventHandler(Of C1VectorLayer.UriSourceFailedEventArgs)
public event System.EventHandler<C1VectorLayer.UriSourceFailedEventArgs> UriSourceFailed
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