CefRequestHandlerOnRenderProcessTerminated Method |
Called on the browser process UI thread when the render process
terminates unexpectedly. |status| indicates how the process
terminated.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnRenderProcessTerminated(
CefBrowser browser,
CefTerminationStatus status
)
Parameters
- browser CefBrowser
-
- status CefTerminationStatus
-
See Also