FileMatchEventArgs Constructor |
The standard construct, given the full filepath as a parameter
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic FileMatchEventArgs(
string p_File
)
Public Sub New (
p_File As String
)
public:
FileMatchEventArgs(
String^ p_File
)
new :
p_File : string -> FileMatchEventArgsParameters
- p_File String
- filepath+name
See Also