Click or drag to resize

SearchProgressChangedEventArgs(String, String, Int32) 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,
	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
See Also