SearchProgressChangedEventArgs(String, String, Int32) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 -> SearchProgressChangedEventArgsParameters
- 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