Skip to content

Commit 18600e6

Browse files
authored
Update FindOnPage.md
Deleted 3 event handlers as they did not serve an explicit purpose.
1 parent 6c2f522 commit 18600e6

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

FindOnPage.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)