BeforeShellDropEventArgsFiles Property |
The files the shell command will drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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