ShellBrowser .Net Edition
BeforeShellDropEventArgs Constructor (target, files)
NamespacesJam.ShellBeforeShellDropEventArgsBeforeShellDropEventArgs(IShellItem, PathCollection)
The public constructor for BeforeShellDropEventArgs.
Declaration Syntax
C#Visual BasicVisual C++
public BeforeShellDropEventArgs(
	IShellItem target,
	PathCollection files
)
Public Sub New ( _
	target As IShellItem, _
	files As PathCollection _
)
public:
BeforeShellDropEventArgs(
	IShellItem^ target, 
	PathCollection^ files
)
Parameters
target (IShellItem)
The drop target.
files (PathCollection)
The affected files.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)