ActiveReports 13
FindEventArgs Constructor(Boolean,Int32)

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > FindEventArgs Class > FindEventArgs Constructor : FindEventArgs Constructor(Boolean,Int32)
Specifies whether the text was found.
Specifies the page number where the text was found.
Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal found As Boolean, _
   ByVal pageIndex As Integer _
)
public FindEventArgs( 
   bool found,
   int pageIndex
)

Parameters

found
Specifies whether the text was found.
pageIndex
Specifies the page number where the text was found.
See Also

Reference

FindEventArgs Class
FindEventArgs Members
Overload List