Click or drag to resize

BeforeShellDropEventArgs Constructor

The public constructor for BeforeShellDropEventArgs.

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

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.
effect
Type: System.Windows.FormsDragDropEffects
The effect that is about to be executed.
See Also