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