Click or drag to resize
IRequestHandler.OnRenderProcessTerminated Method
Version 51.0.0
Called when the render process terminates unexpectedly.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void OnRenderProcessTerminated(
	IWebBrowser browserControl,
	IBrowser browser,
	CefTerminationStatus status
)

Parameters

browserControl
Type: CefSharp.IWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
status
Type: CefSharp.CefTerminationStatus
indicates how the process terminated.
See Also