Click or drag to resize

SearchProgressChangedEventArgs Constructor (String, String, Int32)

Initializes a new instance of the SearchProgressChangedEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public SearchProgressChangedEventArgs(
	string p_LastSeenFile,
	string p_CurrentFolder,
	int p_PercentageEstimated
)

Parameters

p_LastSeenFile
Type: SystemString
The file that was last seen while searching
p_CurrentFolder
Type: SystemString
The current folder that is being processed
p_PercentageEstimated
Type: SystemInt32
The estimated percentage of the entire search
See Also