This documentation is archived and is not being maintained.
NavigationService Events
Visual Studio 2010
The NavigationService type exposes the following members.
Name | Description | |
---|---|---|
![]() |
FragmentNavigation | Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content. |
![]() |
LoadCompleted | Occurs when content that was navigated to has been loaded, parsed, and has begun rendering. |
![]() |
Navigated | Occurs when the content that is being navigated to has been found, and is available from the Content property, although it may not have completed loading. |
![]() |
Navigating | Occurs when a new navigation is requested. |
![]() |
NavigationFailed | Occurs when an error occurs while navigating to the requested content. |
![]() |
NavigationProgress | Occurs periodically during a download to provide navigation progress information. |
![]() |
NavigationStopped | Occurs when the StopLoading method is called, or when a new navigation is requested while a current navigation is in progress. |
Show: