CoreWebView2Find.ActiveMatchIndexChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers an event handler for the ActiveMatchIndexChanged event. This event is raised when the index of the currently active match changes. This can happen when the user navigates to a different match or when the active match is changed programmatically. The parameter is the event handler to be added. Returns a token representing the added event handler. This token can be used to unregister the event handler.
public event EventHandler<object> ActiveMatchIndexChanged;
member this.ActiveMatchIndexChanged : EventHandler<obj>
Public Custom Event ActiveMatchIndexChanged As EventHandler(Of Object)