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) 

事件类型

适用于