ShellNavigationSource Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how Shell navigation was initiated.
public enum class ShellNavigationSource
public enum ShellNavigationSource
type ShellNavigationSource =
Public Enum ShellNavigationSource
- Inheritance
-
ShellNavigationSource
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The navigation source is unknown. |
| Push | 1 | Navigation was initiated by pushing a page onto the stack. |
| Pop | 2 | Navigation was initiated by popping a page from the stack. |
| PopToRoot | 3 | Navigation was initiated by popping to the root page. |
| Insert | 4 | Navigation was initiated by inserting a page into the stack. |
| Remove | 5 | Navigation was initiated by removing a page from the stack. |
| ShellItemChanged | 6 | Navigation was initiated by changing the active ShellItem. |
| ShellSectionChanged | 7 | Navigation was initiated by changing the active ShellSection. |
| ShellContentChanged | 8 | Navigation was initiated by changing the active ShellContent. |