Click or drag to resize

RequestHandler.OnPluginCrashed Method

Version 83.4.2
Called when a plugin has crashed.

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

Parameters

chromiumWebBrowser
Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control.
browser
Type: CefSharp.IBrowser
the browser object.
pluginPath
Type: System.String
path of the plugin that crashed.
See Also