Delegate TextFoundEvent
Represents a method that will handle the SearchManager.TextFound
event.
public delegate void TextFoundEvent(object sender, TextFoundEventArgs e)
Parameters
sender
objectThe source of the event.
e
TextFoundEventArgsA
TextFoundEventArgs
that contains the event data.