Click or drag to resize

CefRequestHandlerOnRenderViewReady Method

Called on the browser process UI thread when the render view associated with |browser| is ready to receive/handle IPC messages in the render process.

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

Parameters

browser  CefBrowser
 
See Also