Share via


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) 

이벤트 유형

적용 대상