[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.FindEventArgs.-ctor

FindEventArgs Constructor

FindEventArgs(bool, int)

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

Declaration
public FindEventArgs(bool found, int pageIndex)
Parameters
Type Name Description
bool found

Specifies whether the text was found.

int pageIndex

Specifies the page number where the text was found.

FindEventArgs()

Initializes a new instance of the FindEventArgs class.

Declaration
public FindEventArgs()