Share via


GeolocationLocationChangedEventArgs(Location) Constructor

Definition

Public constructor that takes in a reading for event arguments.

public:
 GeolocationLocationChangedEventArgs(Microsoft::Maui::Devices::Sensors::Location ^ ___location);
public GeolocationLocationChangedEventArgs(Microsoft.Maui.Devices.Sensors.Location ___location);
new Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs : Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs
Public Sub New (___location As Location)

Parameters

___location
Location

The ___location data reading.

Exceptions

Thrown when ___location is null.

Applies to