File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,32 +146,6 @@ void AppWindow::FindPrevious()
146146// ! [FindPrevious]
147147```
148148
149- #### Handle Match Count Changes
150-
151- ``` cpp
152- void OnMatchCountChanged (LONG matchesCount)
153- {
154- // Handle match count changes
155- // Update UI elements or perform actions based on the new match count
156- }
157- ```
158- #### Handle Active Match Index Changes
159- ```cpp
160- void OnActiveMatchIndexChanged(ICoreWebView2* sender, ICoreWebView2StagingFindActiveMatchIndexChangedEventArgs* args)
161- {
162- // Handle active match index changes
163- // Update UI to reflect the change in the active match index
164- }
165- ```
166-
167- #### Handle Find Operation Completion
168-
169- ``` cpp
170- void OnFindOperationCompleted (HRESULT value, LONG activeMatchIndex, LONG matchesCount)
171- {
172- // Handle find operation completion
173- // Update UI elements, display search results, or handle errors
174- }
175149```
176150## API Details
177151```csharp
You can’t perform that action at this time.
0 commit comments