CefMessageRouterBrowserSide OnRenderProcessTerminated Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Call from CefRequestHandler::OnRenderProcessTerminated. Any pending queries associated with |browser| will be canceled and Handler::OnQueryCanceled will be called. No JavaScript callbacks will be executed since this indicates destruction of the context.

Namespace: Xilium.CefGlue.Wrapper
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void OnRenderProcessTerminated(
	CefBrowser browser
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.OnRenderProcessTerminated(Xilium.CefGlue.CefBrowser)"]

See Also