Occurs when the Find dialog finds the requested text in the document.
Syntax
Event Data
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. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also