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.23.2
Syntax event EventHandler<LoadStartedEventArgs> LoadStarted
Value
Type:
SystemEventHandlerLoadStartedEventArgsExceptions Exception | Condition |
---|
ObjectDisposedException | The INavigation has already been disposed. |
See Also