We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990ed88 commit 2f71770Copy full SHA for 2f71770
FindOnPage.md
@@ -414,7 +414,7 @@ interface ICoreWebView2FindActiveMatchIndexChangedEventHandler : IUnknown {
414
}
415
/// Handles the event that's fired when the find operation completes.
416
[uuid(2604789D-9553-4246-8E21-B9C74EFAD04F), object, pointer_default(unique)]
417
-interface ICoreWebView2FindOperationCompletedHandler : IUnknown {
+interface ICoreWebView2FindStartFindOperationCompletedHandler: IUnknown {
418
/// Param1 refers to the returned code when the find operation completes.
419
/// Param2 refers whether the find session successfully finished executing or not.
420
HRESULT Invoke(HRESULT errorCode, BOOL status);
0 commit comments