Click or drag to resize

ExtensionHandlerOnExtensionUnloaded Method

Version 94.4.20
Called after the IExtension.Unload request has completed.

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
protected virtual void OnExtensionUnloaded(
	IExtension extension
)

Parameters

extension
Type: CefSharpIExtension
is the unloaded extension
See Also