ActiveReports 8
Find Event

Occurs when the Find dialog finds the requested text in the document.
Syntax
'Declaration
 
Public Event Find As FindEventHandler
public event FindEventHandler Find
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.

PropertyDescription
FoundGets the value that determines whether the text was found.  
PageIndexGets the page number where the text was found.  
See Also

Reference

Viewer Class
Viewer Members

Support Forum