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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnPluginCrashed(
	CefBrowser browser,
	string pluginPath
)

Parameters

browser  CefBrowser
 
pluginPath  String
 
See Also