Occurs when the Find dialog finds the requested text in the document.
[Visual Basic]
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. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.