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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnRenderProcessTerminated(
	CefBrowser browser,
	CefTerminationStatus status
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
status
Type: Internal.Xilium.CefGlueCefTerminationStatus
See Also