FindEventArgs Constructor(Boolean,Int32)
Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.
[Visual Basic]
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
FindEventArgs Class
| FindEventArgs Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.