Click or drag to resize

BeforeShellDropEventArgs Constructor

The public constructor for BeforeShellDropEventArgs.

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

Parameters

target  IShellItem
The drop target.
files  PathCollection
The affected files.
dataObject  IDataObject
The IDataObject containing the dragged data.
effect  DragDropEffects
The effect that is about to be executed.
See Also