次の方法で共有


IGeolocation.LocationChanged イベント

定義

場所の更新をリッスンしているときに発生します。

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) 

イベントの種類

適用対象