Click or drag to resize

RequestHandlerOnDocumentAvailableInMainFrame Method

Version 130.1.90
Called on the CEF UI thread when the window.document object of the main frame has been created.

Namespace: CefSharp.Handler
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void OnDocumentAvailableInMainFrame(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
See Also