ShellBrowser .Net Edition
SearchProgressChangedEventArgs Class
NamespacesJam.ShellSearchProgressChangedEventArgs
The SearchProgressChangedEventArgs contains data for the SearchCompleted event.
Declaration Syntax
C#Visual BasicVisual C++
public class SearchProgressChangedEventArgs : EventArgs
Public Class SearchProgressChangedEventArgs _
	Inherits EventArgs
public ref class SearchProgressChangedEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 SearchProgressChangedEventArgs

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)