Application.OnFragmentNavigation Method
.NET Framework 4.6 and 4.5
Raises the FragmentNavigation event.
Namespace: System.Windows
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.
Show: