Click or drag to resize

INavigationLoadProgressChanged Event

Occurs when the page has made some progress loading.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
event EventHandler<LoadProgressChangedEventArgs> LoadProgressChanged

Value

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