1 instantiation of GeolocationLocationChangedEventArgs
Microsoft.Maui.Essentials (1)
Geolocation\Geolocation.shared.cs (1)
180 OnLocationChanged(new GeolocationLocationChangedEventArgs(location));
4 references to GeolocationLocationChangedEventArgs
Microsoft.Maui.Essentials (4)
Geolocation\Geolocation.shared.cs (4)
41 event EventHandler<GeolocationLocationChangedEventArgs>? LocationChanged; 120 public static event EventHandler<GeolocationLocationChangedEventArgs> LocationChanged 175 public event EventHandler<GeolocationLocationChangedEventArgs>? LocationChanged; 182 internal void OnLocationChanged(GeolocationLocationChangedEventArgs e) =>