Click or drag to resize

INavigation.FrameLoadFailed Event

Occurs when the content load was failed.

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

Value

Type: System.EventHandler<FrameLoadFailedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
See Also