ShellBrowser .Net Edition
SearchProgressChangedEventArgs Constructor (p_LastSeenFile, p_CurrentFolder, p_PercentageEstimated)
NamespacesJam.ShellSearchProgressChangedEventArgsSearchProgressChangedEventArgs(String, String, Int32)
Initializes a new instance of the SearchProgressChangedEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public SearchProgressChangedEventArgs(
	string p_LastSeenFile,
	string p_CurrentFolder,
	int p_PercentageEstimated
)
Public Sub New ( _
	p_LastSeenFile As String, _
	p_CurrentFolder As String, _
	p_PercentageEstimated As Integer _
)
public:
SearchProgressChangedEventArgs(
	String^ p_LastSeenFile, 
	String^ p_CurrentFolder, 
	int p_PercentageEstimated
)
Parameters
p_LastSeenFile (String)
The file that was last seen while searching
p_CurrentFolder (String)
The current folder that is being processed
p_PercentageEstimated (Int32)
The estimated percentage of the entire search

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