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
)
Public Sub New (
target As IShellItem,
files As PathCollection,
dataObject As IDataObject,
effect As DragDropEffects
)
public:
BeforeShellDropEventArgs(
IShellItem^ target,
PathCollection^ files,
IDataObject^ dataObject,
DragDropEffects effect
)
new :
target : IShellItem *
files : PathCollection *
dataObject : IDataObject *
effect : DragDropEffects -> BeforeShellDropEventArgs
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