Application.OnFragmentNavigation(FragmentNavigationEventArgs) Método

Definição

Eleva o FragmentNavigation evento.

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)

Parâmetros

e
FragmentNavigationEventArgs

A FragmentNavigationEventArgs que contém os dados do evento.

Observações

OnFragmentNavigation eleva o FragmentNavigation evento.

Um tipo que deriva de Application pode sobrepor-se OnFragmentNavigationa . O método sobreposto deve chamar OnFragmentNavigation a classe base se FragmentNavigation for necessário elevar.

Aplica-se a

Ver também