Click or drag to resize

BeforeShellDropEventArgs Class

The BeforeShellDropEventArgs contains data for the BeforeShellDrop event. You can deny the execution of the shell command by registering to the event, then setting ExecuteShellDrop to false if necessary.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellBeforeShellDropEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class BeforeShellDropEventArgs : EventArgs

The BeforeShellDropEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBeforeShellDropEventArgs
The public constructor for BeforeShellDropEventArgs.
Top
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