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

Note

在進入導覽內容的屬性前,請聆聽導航內容上的事件,例如事件本身LoadedPage

適用於

另請參閱