Application.OnFragmentNavigation(FragmentNavigationEventArgs) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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.