SearchProgressChangedEventArgs Constructor (String, String, Int32) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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
)
new :
p_LastSeenFile : string *
p_CurrentFolder : string *
p_PercentageEstimated : int -> SearchProgressChangedEventArgs
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