Partager via


CoreWebView2Find.ActiveMatchIndexChanged Event

Definition

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) 

Event Type

Applies to