Click or drag to resize

CefBrowserProcessHandlerOnRenderProcessThreadCreated Method

Called on the browser process IO thread after the main thread has been created for a new render process. Provides an opportunity to specify extra information that will be passed to CefRenderProcessHandler::OnRenderThreadCreated() in the render process. Do not keep a reference to |extra_info| outside of this method.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnRenderProcessThreadCreated(
	CefListValue extraInfo
)

Parameters

extraInfo
Type: Internal.Xilium.CefGlueCefListValue
See Also