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