IDisplayHandlerOnFaviconUrlChange Method |
Version 130.1.90
Called when the page icon changes.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnFaviconUrlChange(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
IList<string> urls
)
void OnFaviconUrlChange(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
IList<String^>^ urls
)
Parameters
- chromiumWebBrowser IWebBrowser
- the ChromiumWebBrowser control
- browser IBrowser
- the browser object
- urls IListString
- list of urls where the favicons can be downloaded
See Also