FileMatchEventArgs Constructor |
The standard construct, given the full filepath as a parameter
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public FileMatchEventArgs(
string p_File
)
Public Sub New (
p_File As String
)
public:
FileMatchEventArgs(
String^ p_File
)
new :
p_File : string -> FileMatchEventArgs
Parameters
- p_File
- Type: SystemString
filepath+name
See Also