ICoreWebView2FaviconChangedEventHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2FaviconChangedEventHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(ICoreWebView2 sender, IUnknown args)

Called to notify the favicon changed. The event args are always null.

Meta