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

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