Click or drag to resize

RequestHandlerOnPluginCrashed Method

Version 98.1.210
Called when a plugin has crashed.

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
protected virtual void OnPluginCrashed(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	string pluginPath
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control.
browser
Type: CefSharpIBrowser
the browser object.
pluginPath
Type: SystemString
path of the plugin that crashed.
See Also