[]
Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.
public FindEventArgs(bool found, int pageIndex)
Type | Name | Description |
---|---|---|
bool | found | Specifies whether the text was found. |
int | pageIndex | Specifies the page number where the text was found. |
Initializes a new instance of the FindEventArgs class.
public FindEventArgs()