IRenderProcessHandlerOnContextCreated Method |
Version 130.1.90
Called immediately after the V8 context for a frame has been created.
V8 handles can only be accessed from the thread on which they are created.
Namespace: CefSharp.RenderProcessAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnContextCreated(
IBrowser browser,
IFrame frame,
IV8Context context
)
void OnContextCreated(
IBrowser^ browser,
IFrame^ frame,
IV8Context^ context
)
Parameters
- browser IBrowser
- the browser
- frame IFrame
- the frame
- context IV8Context
- the V8Context
See Also