| Visual Basic (Declaration) | |
|---|---|
Public Event Find As FindEventHandler | |
| C# | |
|---|---|
public event FindEventHandler Find | |
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 the value that determines whether the text was found. |
| PageIndex | Gets the page number where the text was found. |