GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Find Event |
'Declaration Public Event Find As FindEventHandler
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. |