Click or drag to resize

NavigationFinishedEventArgs Properties

The NavigationFinishedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyErrorCode
Gets the navigation error code.
Public propertyFrame
Gets the IFrame instance associated with the event.
(Inherited from FrameNavigationEventArgs.)
Public propertyHasCommitted
Indicates whether the navigation has committed.
Public propertyIsErrorPage
Indicates whether the navigation resulted in an error page.
Public propertyIsSameDocument
Indicates whether the navigation has been 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 navigation URL.
Public propertyWasServerRedirect
Indicates whether the navigation has encountered a server redirect.
Top
See Also