| IRequestHandlerOnRenderViewReady Method  | 
Version 57.0.0
            Called on the CEF UI thread when the render view associated
            with browser is ready to receive/handle IPC messages in the render
            process.
            
 
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntaxvoid OnRenderViewReady(
	IWebBrowser browserControl,
	IBrowser browser
)
void OnRenderViewReady(
	IWebBrowser^ browserControl, 
	IBrowser^ browser
)
Parameters
- browserControl
 - Type: CefSharpIWebBrowser
The ChromiumWebBrowser control - browser
 - Type: CefSharpIBrowser
the browser object 
See Also