次の方法で共有


Geolocation.ListeningFailed イベント

定義

場所の更新のリッスン中にエラーが発生したときに発生します。 イベントが発生すると、その他の場所の更新をリッスンすることは停止され、それ以上 LocationChanged のイベントは送信されません。

public:
 static event EventHandler<Microsoft::Maui::Devices::Sensors::GeolocationListeningFailedEventArgs ^> ^ ListeningFailed;
public static event EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs> ListeningFailed;
member this.ListeningFailed : EventHandler<Microsoft.Maui.Devices.Sensors.GeolocationListeningFailedEventArgs> 
Public Shared Custom Event ListeningFailed As EventHandler(Of GeolocationListeningFailedEventArgs) 

イベントの種類

適用対象