INavigationNavigationStarted Event |
Note that more than one navigation can be ongoing in the same frame at the same time(including the main frame). Also, there is no guarantee that the NavigationFinished will be fired for any particular navigation before this event is called on the next.
Namespace: DotNetBrowser.Navigation
event EventHandler<NavigationStartedEventArgs> NavigationStarted
Exception | Condition |
---|---|
ObjectDisposedException | The INavigation has already been disposed. |