CoreWebView2Find.MatchCountChanged Event

Definition

Registers an event handler for the MatchCountChanged event. This event is raised when the total count of matches in the document changes due to a new find session or changes in the document. 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> MatchCountChanged;
member this.MatchCountChanged : EventHandler<obj> 
Public Custom Event MatchCountChanged As EventHandler(Of Object) 

Event Type

Applies to