Application.OnFragmentNavigation(FragmentNavigationEventArgs) Method

Definition

Raises the FragmentNavigation event.

protected:
 virtual void OnFragmentNavigation(System::Windows::Navigation::FragmentNavigationEventArgs ^ e);
protected virtual void OnFragmentNavigation (System.Windows.Navigation.FragmentNavigationEventArgs e);
abstract member OnFragmentNavigation : System.Windows.Navigation.FragmentNavigationEventArgs -> unit
override this.OnFragmentNavigation : System.Windows.Navigation.FragmentNavigationEventArgs -> unit
Protected Overridable Sub OnFragmentNavigation (e As FragmentNavigationEventArgs)

Parameters

e
FragmentNavigationEventArgs

A FragmentNavigationEventArgs that contains the event data.

Remarks

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.

Applies to

See also