Application.LoadCompleted 이벤트

정의

애플리케이션의 탐색기에서 탐색한 콘텐츠가 로드, 구문 분석 및 렌더링을 시작한 경우에 발생합니다.

public:
 event System::Windows::Navigation::LoadCompletedEventHandler ^ LoadCompleted;
public event System.Windows.Navigation.LoadCompletedEventHandler LoadCompleted;
member this.LoadCompleted : System.Windows.Navigation.LoadCompletedEventHandler 
Public Custom Event LoadCompleted As LoadCompletedEventHandler 
Public Event LoadCompleted As LoadCompletedEventHandler 

이벤트 유형

설명

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

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

메모

탐색된 콘텐츠의 속성에 액세스하기 전에 이벤트와 같이 Loaded 탐색된 콘텐츠에서 이벤트를 Page 수신 대기합니다.

적용 대상

추가 정보