1 instantiation of GeolocationListeningFailedEventArgs
Microsoft.Maui.Essentials (1)
Geolocation\Geolocation.shared.cs (1)
186 ListeningFailed?.Invoke(null, new GeolocationListeningFailedEventArgs(geolocationError));
3 references to GeolocationListeningFailedEventArgs
Microsoft.Maui.Essentials (3)
Geolocation\Geolocation.shared.cs (3)
48 event EventHandler<GeolocationListeningFailedEventArgs>? ListeningFailed; 131 public static event EventHandler<GeolocationListeningFailedEventArgs> ListeningFailed 177 public event EventHandler<GeolocationListeningFailedEventArgs>? ListeningFailed;