Click or drag to resize

INavigationLoadStarted Event

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

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

Value

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