Click or drag to resize

IRenderProcessHandler.OnContextReleased Method

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

Parameters

browser
Type: CefSharp.IBrowser
the browser
frame
Type: CefSharp.IFrame
the frame
context
Type: CefSharp.RenderProcess.IV8Context
the V8Context
See Also