Application::OnFragmentNavigation Method (FragmentNavigationEventArgs^)
.NET Framework (current version)
Raises the FragmentNavigation event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Navigation::FragmentNavigationEventArgs^
A FragmentNavigationEventArgs that contains the event data.
OnFragmentNavigation raises the FragmentNavigation event.
A type that derives from Application may override OnFragmentNavigation. The overridden method must call OnFragmentNavigation in the base class if FragmentNavigation needs to be raised.
.NET Framework
Available since 3.0
Available since 3.0
Show: