Click or drag to resize

INavigation.NavigationStopped Event

Occurs when the navigation has been stopped.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.12.0
Syntax
C#
event EventHandler<NavigationStoppedEventArgs> NavigationStopped

Value

Type: System.EventHandler<NavigationStoppedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also