Click or drag to resize

RequestHandlerOnDocumentAvailableInMainFrame Method

Version 92.0.260
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: 92.0.260.0 (92.0.260.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