NavigationService::Navigated Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the content that is being navigated to has been found and is available.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Typically, you use the OnNavigatedFrom method instead of creating an event handler for the Navigated event. Using the OnNavigatedFrom method is preferable because you do not have to remove the event handler from the NavigationService object to avoid object lifetime issues.
Show: