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) 

事件類型

適用於