Click or drag to resize

CefRequestHandlerOnRenderProcessTerminated Method

Called on the browser process UI thread when the render process terminates unexpectedly. |status| indicates how the process terminated.

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 OnRenderProcessTerminated(
	CefBrowser browser,
	CefTerminationStatus status
)

Parameters

browser  CefBrowser
 
status  CefTerminationStatus
 
See Also