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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.