Skip to content

Commit 990ed88

Browse files
Update FindOnPage.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent fcf1ebb commit 990ed88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
403403
[uuid(623EFBFB-A19E-43C4-B309-D578511D24AB), object, pointer_default(unique)]
404404
interface ICoreWebView2FindmatchCount ChangedEventHandler : IUnknown {
405405
/// Parameter is the match count.
406-
HRESULT Invoke(LONG matchesCount);
406+
HRESULT Invoke(ICoreWebView2Find* source, IUnknown* eventArgs);
407407
}
408408

409409
/// Handles the event that's fired when the active match index changes.

0 commit comments

Comments
 (0)