Application.Navigated 이벤트

정의

애플리케이션의 탐색기에서 탐색 중인 콘텐츠를 찾은 경우에 발생합니다. 콘텐츠가 완전히 로드되지 않았을 수도 있습니다.

public:
 event System::Windows::Navigation::NavigatedEventHandler ^ Navigated;
public event System.Windows.Navigation.NavigatedEventHandler Navigated;
member this.Navigated : System.Windows.Navigation.NavigatedEventHandler 
Public Custom Event Navigated As NavigatedEventHandler 
Public Event Navigated As NavigatedEventHandler 

이벤트 유형

설명

탐색기는 또는 입니다 NavigationWindowFrame.

NavigationService.NavigationFailed을 참조하세요.

적용 대상

추가 정보