IGeolocation.LocationChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs while listening to ___location updates.
public:
event EventHandler<Microsoft::Maui::Devices::Sensors::GeolocationLocationChangedEventArgs ^> ^ LocationChanged;
event EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs>? LocationChanged;
member this.LocationChanged : EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs>
Event LocationChanged As EventHandler(Of GeolocationLocationChangedEventArgs)