Skip to content

Commit eae4c7e

Browse files
authored
Update FindOnPage.md
removed event handler for find operation completed handler
1 parent fe8893d commit eae4c7e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

FindOnPage.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -345,16 +345,6 @@ interface ICoreWebView2Find : IUnknown {
345345
// This event is raised when a find operation completes, either by finding all matches, navigating to a match, or by being stopped.
346346
// \param eventHandler The event handler to be added.
347347
// \return A token representing the added event handler. This token can be used to unregister the event handler.
348-
HRESULT add_FindOperationCompleted(
349-
[in] ICoreWebView2FindOperationCompletedHandler* eventHandler,
350-
[out] EventRegistrationToken* token);
351-
// Unregisters an event handler from the FindCompleted event.
352-
// \param token The token of the event handler to be removed, obtained during the registration of the event handler.
353-
HRESULT remove_FindOperationCompleted([in] EventRegistrationToken token);
354-
// Registers an event handler for the MatchCountChanged event.
355-
// This event is raised when the total count of matches in the document changes due to a new find operation or changes in the document.
356-
// \param eventHandler The event handler to be added.
357-
// \return A token representing the added event handler. This token can be used to unregister the event handler.
358348
HRESULT add_MatchCountChanged(
359349
[in] ICoreWebView2FindMatchCountChangedEventHandler* eventHandler,
360350
[out] EventRegistrationToken* token);

0 commit comments

Comments
 (0)