CefRequestHandlerOnPluginCrashed Method |
Called on the browser process UI thread when a plugin has crashed.
|plugin_path| is the path of the plugin that crashed.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnPluginCrashed(
CefBrowser browser,
string pluginPath
)
Parameters
- browser CefBrowser
-
- pluginPath String
-
See Also