ActiveReports.Viewer3 Request technical support
FindEventArgs Constructor(Boolean,Int32)
See Also 


found
Specifies whether the text was found.
pageIndex
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

Visual Basic (Declaration) 
Public Function New( _
   ByVal found As Boolean, _
   ByVal pageIndex As Integer _
)
Visual Basic (Usage)Copy Code
Dim found As Boolean
Dim pageIndex As Integer
 
Dim instance As FindEventArgs(found, pageIndex)
C# 
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