IGeolocation.ListeningFailed Event

Definition

Occurs when an error during listening for location updates arises. When the event is fired, listening for further location updates has been stopped and no further LocationChanged events are sent.

public:
 event EventHandler<Microsoft::Maui::Devices::Sensors::GeolocationListeningFailedEventArgs ^> ^ ListeningFailed;
event EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs>? ListeningFailed;
member this.ListeningFailed : EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs> 
Event ListeningFailed As EventHandler(Of GeolocationListeningFailedEventArgs) 

Event Type

Applies to