Click or drag to resize

IRenderProcessHandlerOnContextReleased Method

Version 130.1.90
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called.

Namespace: CefSharp.RenderProcess
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void OnContextReleased(
	IBrowser browser,
	IFrame frame,
	IV8Context context
)

Parameters

browser  IBrowser
the browser
frame  IFrame
the frame
context  IV8Context
the V8Context
See Also