Click or drag to resize

INavigationFrameLoadFinished Event

Occurs when the content of the IFrame has been loaded completely.

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

Value

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