Click or drag to resize

NavigationRedirectedEventArgs Properties

The NavigationRedirectedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyNavigation
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyUrl
Gets the destination URL for the navigation redirect.
Top
See Also