NavigationMode Enumeration
Specifies the type of navigation that is occurring.
Namespace: System.Windows.Navigation
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
![]() | New | Navigating to new content. This value is used when the Navigate method is called or when the Source property is set. It is also used for any navigation request that the user initiates from the Web browser (including the back or forward buttons in a Web browser). |
![]() | Back | Navigating to the most recent content in the back navigation history. This value is used when the GoBack method is called. |
![]() | Forward | Navigating to the most recent content in the forward navigation history. This value is used when the GoForward method is called. |
![]() | Refresh | Reloading the current content. This value is used when the Refresh method is called. |
You use the NavigationMode enumeration when examining the value of the NavigationMode property of the NavigatingCancelEventArgs class.
Any navigation request that the user initiates through a Web browser (including using the back or forward button of the Web browser) is represented as a New type of navigation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
