[]
Provides data for the Find event.
public sealed class FindEventArgs : EventArgs
Name | Description |
---|---|
FindEventArgs() | Initializes a new instance of the FindEventArgs class. |
FindEventArgs(bool, int) | Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties. |
Name | Description |
---|---|
Found | Gets a value that determines whether the text was found. |
PageIndex | Gets the page number where the text was found. |