CefRenderProcessHandler OnRenderThreadCreated Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called after the render process main thread has been created.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnRenderThreadCreated(
	CefListValue extraInfo
)

Parameters

extraInfo
Type: Xilium.CefGlue CefListValue

[Missing <param name="extraInfo"/> documentation for "M:Xilium.CefGlue.CefRenderProcessHandler.OnRenderThreadCreated(Xilium.CefGlue.CefListValue)"]

See Also