Application::LoadCompleted Event

 

Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event LoadCompletedEventHandler^ LoadCompleted {
	void add(LoadCompletedEventHandler^ value);
	void remove(LoadCompletedEventHandler^ value);
}

A navigator is either a NavigationWindow or a Frame.

See NavigationService::LoadCompleted.

System_CAPS_noteNote

Listen for events on the navigated content such as the Loadedevent on Page before you access properties of the navigated content.

.NET Framework
Available since 3.0
Return to top
Show: