MESCIUS.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.

In This Topic
FindEventArgs Constructor(Boolean,Int32)
In This Topic
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 _
)
 

Parameters

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