Click or drag to resize

INavigationNavigationRedirected Event

Occurs when the navigation has encountered a server redirect.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
event EventHandler<NavigationRedirectedEventArgs> NavigationRedirected

Value

Type: SystemEventHandlerNavigationRedirectedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also