Click or drag to resize

NavigationStartedEventArgs Properties

The NavigationStartedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyIsMainFrame
Indicates whether the navigation is started in the main frame.
Public propertyIsSameDocument
Indicates whether the navigation will be performed in the scope of the same document.
Public propertyNavigation
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyUrl
Gets the URL of the navigation.
Top
See Also