Application.OnFragmentNavigation(FragmentNavigationEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche l’événement FragmentNavigation.
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)
Paramètres
Qui FragmentNavigationEventArgs contient les données d’événement.
Remarques
OnFragmentNavigation déclenche l’événement FragmentNavigation .
Un type dérivé de Application peut remplacer OnFragmentNavigation. La méthode substituée doit appeler OnFragmentNavigation dans la classe de base si FragmentNavigation elle doit être levée.