BeforeShellDropEventArgsFiles Property |
The files the shell command will drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public PathCollection Files { get; }
Public ReadOnly Property Files As PathCollection
Get
public:
property PathCollection^ Files {
PathCollection^ get ();
}
member Files : PathCollection with get
Property Value
Type:
PathCollectionSee Also