NavigationService Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The NavigationService type exposes the following members.

Events

  Name Description
Public event FragmentNavigation Occurs when navigation to a content fragment begins.
Public event Navigated Occurs when the content that is being navigated to has been found and is available.
Public event Navigating Occurs when a new navigation is requested.
Public event NavigationFailed Occurs when an error is encountered while navigating to the requested content.
Public event NavigationStopped Occurs when the StopLoading method is called, or when a new navigation is requested while the current navigation is in progress.

Top