IRequestHandler.OnPluginCrashed Method |
Version 94.4.20
Called when a plugin has crashed
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxvoid OnPluginCrashed(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
string pluginPath
)
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