Search |
The SearchProgressChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchProgressChangedEventArgs(String, String) | Initializes a new instance of the SearchProgressChangedEventArgs class. | |
| SearchProgressChangedEventArgs(String, String, Int32) | Initializes a new instance of the SearchProgressChangedEventArgs class. |
| Name | Description | |
|---|---|---|
| CurrentFolder | Returns the current folder the background search is in | |
| LastFileSeen | Returns the last filename that was seen by the background search | |
| MatchCount | The number of files that matched since the last occurred SearchProgressChanged event. | |
| PercentageEstimated | Returns the estimated percentage of the search within the files. This is only a rough value especially for recursive searches. |