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.3
Syntaxevent EventHandler<LoadStartedEventArgs> LoadStarted
Value
Type: 
SystemEventHandlerLoadStartedEventArgs
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The INavigation has already been disposed. | 
See Also