Click or drag to resize

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.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnPluginCrashed(
	CefBrowser browser,
	string pluginPath
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
pluginPath
Type: SystemString
See Also