共用方式為


IGeolocation.ListeningFailed 事件

定義

在接聽位置更新期間發生錯誤時發生。 引發事件時,接聽已停止進一步的位置更新,而且不會傳送任何進一步 LocationChanged 的事件。

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

事件類型

適用於