Click or drag to resize

CefDisplayHandlerOnFaviconUrlChange Method

Called when the page icon changes.

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 OnFaviconUrlChange(
	CefBrowser browser,
	string[] iconUrls
)

Parameters

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