BeforeShellDropEventArgs Constructor |
The public constructor for BeforeShellDropEventArgs.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 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