IRequestHandlerOnRenderProcessTerminated Method |
Version 55.0.0
Called when the render process terminates unexpectedly.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void OnRenderProcessTerminated(
IWebBrowser browserControl,
IBrowser browser,
CefTerminationStatus status
)
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