The SearchProgressChangedEventArgs contains data for the SearchCompleted event.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SearchProgressChangedEventArgs(String, String) |
Initializes a new instance of the SearchProgressChangedEventArgs class.
| |
| SearchProgressChangedEventArgs(String, String, Int32) |
Initializes a new instance of the SearchProgressChangedEventArgs class.
| |
| CurrentFolder |
Returns the current folder the background search is in
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PercentageEstimated |
Returns the estimated percentage of the search within the files. This is only
a rough value especially for recursive searches.
| |
| ToString()()() | (Inherited from Object.) |