Click or drag to resize

BeforeShellDropEventArgs Constructor

The public constructor for BeforeShellDropEventArgs.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public BeforeShellDropEventArgs(
	IShellItem target,
	PathCollection files,
	IDataObject dataObject
)

Parameters

target
Type: Jam.ShellIShellItem
The drop target.
files
Type: Jam.ShellPathCollection
The affected files.
dataObject
Type: System.Windows.FormsIDataObject
The IDataObject containing the dragged data.
See Also