Click or drag to resize

CefRenderProcessHandlerOnBrowserCreated Method

Called after a browser has been created. When browsing cross-origin a new browser will be created before the old browser with the same identifier is destroyed.

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 OnBrowserCreated(
	CefBrowser browser
)

Parameters

browser  CefBrowser
 
See Also