IID_ICoreWebView2FaviconChangedEventHandler

This interface is a handler for when the Favicon is changed. The sender is the ICoreWebView2 object the top-level document of which has changed favicon and the eventArgs is nullptr. Use the FaviconUri property and GetFavicon method to obtain the favicon data. The second argument is always null. For more information see add_FaviconChanged.

version(Windows && inline_webview2_bindings && all)
const
GUID IID_ICoreWebView2FaviconChangedEventHandler;

Meta