Click or drag to resize

INavigationLoadFinished Event

Occurs when the content loading has been finished. This event corresponds to the moment when the spinner of the tab stops spinning.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<LoadFinishedEventArgs> LoadFinished

Value

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