WebNavigationEvent Enum

Definition

Contains values that indicate why a navigation event was raised.

public enum WebNavigationEvent
type WebNavigationEvent = 
Inheritance
WebNavigationEvent

Fields

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 preiously unvisited page, according to the navigation history.

Refresh 4

Indicates that the navigation resulted from a page refresh.

Applies to