NavigationWindow::FragmentNavigation Event

 

Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content.

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

public:
event FragmentNavigationEventHandler^ FragmentNavigation {
	virtual void add(FragmentNavigationEventHandler^ value) sealed;
	virtual void remove(FragmentNavigationEventHandler^ value) sealed;
}

.NET Framework
Available since 3.0
Return to top
Show: