Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean, _
ByVal As Integer _
)
public FindEventArgs(
bool ,
int
)
Parameters
- found
- Specifies whether the text was found.
- pageIndex
- Specifies the page number where the text was found.
See Also