Click or drag to resize

CefRenderProcessHandlerOnContextReleased Method

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: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnContextReleased(
	CefBrowser browser,
	CefFrame frame,
	CefV8Context context
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
context  CefV8Context
 
See Also