Click or drag to resize

RequestHandlerOnDocumentAvailableInMainFrame Method

Version 88.2.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: 88.2.90.0 (88.2.90.0)
Syntax
protected virtual void OnDocumentAvailableInMainFrame(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
See Also