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) 

事件类型

适用于