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