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 5f4f6c7 commit 7d1db17Copy full SHA for 7d1db17
FindOnPage.md
@@ -276,7 +276,6 @@ void ActiveMatchIndexChangedSample()
276
{
277
webView.CoreWebView2.FindController.ActiveMatchIndexChanged += (object sender, EventArgs args) =>
278
279
- // Access the active match index synchronously in the event handler.
280
int activeMatchIndex = webView.CoreWebView2.FindController.ActiveMatchIndex;
281
// Update Custom UI based on the new active match index.
282
};
0 commit comments