Click or drag to resize

INavigationFrameLoadFailed Event

Occurs when the content load was failed.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<FrameLoadFailedEventArgs> FrameLoadFailed

Value

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