Application.OnFragmentNavigation(FragmentNavigationEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.