Click or drag to resize
IRequestHandlerOnRenderProcessTerminated 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: CefSharpIWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
status
Type: CefSharpCefTerminationStatus
indicates how the process terminated.
See Also