The event handler receives an argument of type FindEventArgs containing data related to this event. The following FindEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Found | Gets a value that determines whether the text was found. |
PageIndex | Gets the page number where the text was found. |
The FindEventArgs associated with this event provides details about the found text, including its location and the context in which it was found.