Click or drag to resize

IRequestHandlerOnPluginCrashed Method

Version 86.0.240
Called when a plugin has crashed

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
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