Application::Navigated Event

 

Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading.

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

public:
event NavigatedEventHandler^ Navigated {
	void add(NavigatedEventHandler^ value);
	void remove(NavigatedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: