Click or drag to resize

SearchProgressChangedEventArgs(String, String) Constructor

Initializes a new instance of the SearchProgressChangedEventArgs class.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
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
See Also