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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnRenderViewReady(
CefBrowser browser
)
Parameters
- browser CefBrowser
-
See Also