Click or drag to resize

IRenderProcessHandlerOnContextReleased Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
void OnContextReleased(
	IBrowser browser,
	IFrame frame,
	IV8Context context
)

Parameters

browser
Type: CefSharpIBrowser
the browser
frame
Type: CefSharpIFrame
the frame
context
Type: CefSharp.RenderProcessIV8Context
the V8Context
See Also