Click or drag to resize

SearchProgressChangedEventArgs Class

The SearchProgressChangedEventArgs contains data for the SearchCompleted event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellSearchProgressChangedEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class SearchProgressChangedEventArgs : EventArgs

The SearchProgressChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSearchProgressChangedEventArgs(String, String) Initializes a new instance of the SearchProgressChangedEventArgs class.
Public methodSearchProgressChangedEventArgs(String, String, Int32) Initializes a new instance of the SearchProgressChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyCurrentFolder Returns the current folder the background search is in
Public propertyLastFileSeen Returns the last filename that was seen by the background search
Public propertyMatchCount The number of files that matched since the last occurred SearchProgressChanged event.
Public propertyPercentageEstimated Returns the estimated percentage of the search within the files. This is only a rough value especially for recursive searches.
Top
See Also