INavigation.LoadFinished 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.21.0
Syntaxevent EventHandler<LoadFinishedEventArgs> LoadFinished
Value
Type:
System.EventHandler<LoadFinishedEventArgs>
ExceptionsException | Condition |
---|
ObjectDisposedException | The INavigation has already been disposed. |
See Also