Skip to content

Commit 2f71770

Browse files
authored
Update FindOnPage.md
1 parent 990ed88 commit 2f71770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ interface ICoreWebView2FindActiveMatchIndexChangedEventHandler : IUnknown {
414414
}
415415
/// Handles the event that's fired when the find operation completes.
416416
[uuid(2604789D-9553-4246-8E21-B9C74EFAD04F), object, pointer_default(unique)]
417-
interface ICoreWebView2FindOperationCompletedHandler : IUnknown {
417+
interface ICoreWebView2FindStartFindOperationCompletedHandler: IUnknown {
418418
/// Param1 refers to the returned code when the find operation completes.
419419
/// Param2 refers whether the find session successfully finished executing or not.
420420
HRESULT Invoke(HRESULT errorCode, BOOL status);

0 commit comments

Comments
 (0)