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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnFaviconUrlChange(
	CefBrowser browser,
	string[] iconUrls
)

Parameters

browser  CefBrowser
 
iconUrls  String
 
See Also