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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.