IDisplayHandler.OnFaviconUrlChange Method |
Version 109.1.110
Called when the page icon changes.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntaxvoid OnFaviconUrlChange(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
IList<string> urls
)
void OnFaviconUrlChange(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
IList<String^>^ urls
)
Parameters
- chromiumWebBrowser
- Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control - browser
- Type: CefSharp.IBrowser
the browser object - urls
- Type: System.Collections.Generic.IList<String>
list of urls where the favicons can be downloaded
See Also