Click or drag to resize

INavigationFrameDocumentLoadFinished Event

Occurs when the document loading in the given IFrame has been finished. At this point, deferred scripts were executed, and content scripts marked "document_end" get injected into the IFrame.

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

Value

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