Application.NavigationStopped 이벤트

정의

애플리케이션에서 StopLoading 탐색기의 메서드가 호출되거나 현재 탐색이 진행되는 동안 탐색기가 새 탐색을 요청할 때 발생합니다.

public:
 event System::Windows::Navigation::NavigationStoppedEventHandler ^ NavigationStopped;
public event System.Windows.Navigation.NavigationStoppedEventHandler NavigationStopped;
member this.NavigationStopped : System.Windows.Navigation.NavigationStoppedEventHandler 
Public Custom Event NavigationStopped As NavigationStoppedEventHandler 
Public Event NavigationStopped As NavigationStoppedEventHandler 

이벤트 유형

설명

탐색기는 a NavigationWindow 또는 .입니다 Frame.

NavigationService.NavigationStopped을(를) 참조하세요.

적용 대상

추가 정보