[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.FindEventArgs

FindEventArgs Class

Provides data for the Find event.

Inheritance
FindEventArgs
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
public sealed class FindEventArgs : EventArgs

Constructors

Name Description
FindEventArgs()

Initializes a new instance of the FindEventArgs class.

FindEventArgs(bool, int)

Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.

Properties

Name Description
Found

Gets a value that determines whether the text was found.

PageIndex

Gets the page number where the text was found.