Table of Contents

Event FrameDocumentLoadFinished

Namespace
DotNetBrowser.Navigation
Assembly
DotNetBrowser.dll

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.

event EventHandler<FrameDocumentLoadFinishedEventArgs> FrameDocumentLoadFinished

Returns

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