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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnBrowserCreated(
	CefBrowser browser
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
See Also