CefRenderProcessHandler OnBrowserCreated Method Xilium.CefGlue

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

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnBrowserCreated(
	CefBrowser browser
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRenderProcessHandler.OnBrowserCreated(Xilium.CefGlue.CefBrowser)"]

See Also