NavigationWindow.Navigated Événement
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.
Se produit lorsque le contenu cible de la navigation a été trouvé et est disponible à partir de la propriété Content, même s'il n'a peut-être pas pu être complètement chargé.
public:
virtual event System::Windows::Navigation::NavigatedEventHandler ^ Navigated;
public:
event System::Windows::Navigation::NavigatedEventHandler ^ Navigated;
public event System.Windows.Navigation.NavigatedEventHandler Navigated;
member this.Navigated : System.Windows.Navigation.NavigatedEventHandler
Public Custom Event Navigated As NavigatedEventHandler
Type d'événement
Remarques
Consultez NavigationService.Navigated.