We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cbd91 commit f2b8e60Copy full SHA for f2b8e60
1 file changed
specs/GetFavicon.md
@@ -78,7 +78,7 @@ interface ICoreWebView2GetFaviconCompletedHandler : IUnknown {
78
[uuid(DC838C64-F64B-4DC7-98EC-0992108E2157), object, pointer_default(unique)]
79
interface ICoreWebView2_10 : ICoreWebView2_9 {
80
/// Add an event handler for the `FaviconChanged` event.
81
- /// `FaviconChanged` runs when the WebView favicon changes
+ /// `FaviconChanged` is raised when the favicon of the top-level document of the WebView2 changes.
82
HRESULT add_FaviconChanged(
83
[in] ICoreWebView2FaviconChangedEventHandler* eventHandler,
84
[out] EventRegistrationToken* token);
0 commit comments