Click or drag to resize

INavigationNavigationFinished Event

Occurs when the navigation has been finished. This happens when a navigation is committed, aborted, or replaced by a new one.

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

Value

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