IRequestHandlerOnPluginCrashed Method |
Version 55.0.0
Called when a plugin has crashed
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void OnPluginCrashed(
IWebBrowser browserControl,
IBrowser browser,
string pluginPath
)
void OnPluginCrashed(
IWebBrowser^ browserControl,
IBrowser^ browser,
String^ pluginPath
)
Parameters
- browserControl
- Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
- Type: CefSharpIBrowser
the browser object - pluginPath
- Type: SystemString
path of the plugin that crashed
See Also