CefRequestHandler OnPluginCrashed Method Xilium.CefGlue

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

Called on the browser process UI thread when a plugin has crashed. |plugin_path| is the path of the plugin that crashed.

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

protected virtual void OnPluginCrashed(
	CefBrowser browser,
	string pluginPath
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRequestHandler.OnPluginCrashed(Xilium.CefGlue.CefBrowser,System.String)"]

pluginPath
Type: OnlineSystem String

[Missing <param name="pluginPath"/> documentation for "M:Xilium.CefGlue.CefRequestHandler.OnPluginCrashed(Xilium.CefGlue.CefBrowser,System.String)"]

See Also