The public constructor for BeforeShellDropEventArgs.
| C# | Visual Basic | Visual C++ |
public BeforeShellDropEventArgs( IShellItem target, PathCollection files )
Public Sub New ( _ target As IShellItem, _ files As PathCollection _ )
public: BeforeShellDropEventArgs( IShellItem^ target, PathCollection^ files )
- target (IShellItem)
- The drop target.
- files (PathCollection)
- The affected files.