Click or drag to resize

BeforeShellDropEventArgs Properties

The BeforeShellDropEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
Returns the IDataObject holding the object that is dragged.
Public propertyExecuteShellDrop
Set this to false if you want to permit the execution of the shell drop.
Public propertyFiles
The files the shell command will drop.
Public propertyTarget
Returns the drop target.
Top
See Also