WebNavigationEvent 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.
Contains values that indicate why a navigation event was raised.
public enum class WebNavigationEvent
public enum WebNavigationEvent
type WebNavigationEvent =
Public Enum WebNavigationEvent
- Inheritance
-
WebNavigationEvent
Fields
Name | Value | Description |
---|---|---|
Back | 1 | Indicates that the navigation resulted from the user going back to a previous page in the navigation history. |
Forward | 2 | Indicates that the navigation resulted from the user going forward to a later page in the navigation history. |
NewPage | 3 | Indicates that the navigation was to a previously unvisited page, according to the navigation history. |
Refresh | 4 | Indicates that the navigation resulted from a page refresh. |