NavigationWindow.FragmentNavigation Evento

Definición

Se produce cuando se inicia la navegación a un fragmento de contenido, que se produce inmediatamente, si el fragmento deseado está en el contenido actual o después de cargar el contenido XAML de origen, si el fragmento deseado está en contenido diferente.

public:
 virtual event System::Windows::Navigation::FragmentNavigationEventHandler ^ FragmentNavigation;
public:
 event System::Windows::Navigation::FragmentNavigationEventHandler ^ FragmentNavigation;
public event System.Windows.Navigation.FragmentNavigationEventHandler FragmentNavigation;
member this.FragmentNavigation : System.Windows.Navigation.FragmentNavigationEventHandler 
Public Custom Event FragmentNavigation As FragmentNavigationEventHandler 

Tipo de evento

Comentarios

Vea NavigationService.FragmentNavigation.

Se aplica a

Consulte también