We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf1ebb commit 990ed88Copy full SHA for 990ed88
1 file changed
FindOnPage.md
@@ -403,7 +403,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
403
[uuid(623EFBFB-A19E-43C4-B309-D578511D24AB), object, pointer_default(unique)]
404
interface ICoreWebView2FindmatchCount ChangedEventHandler : IUnknown {
405
/// Parameter is the match count.
406
- HRESULT Invoke(LONG matchesCount);
+ HRESULT Invoke(ICoreWebView2Find* source, IUnknown* eventArgs);
407
}
408
409
/// Handles the event that's fired when the active match index changes.
0 commit comments