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 (in ShellBrowser.dll) Version: 7.2
Syntax
public class BeforeShellDropEventArgs : EventArgs

The BeforeShellDropEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBeforeShellDropEventArgsThe public constructor for BeforeShellDropEventArgs.
Top
Properties
 NameDescription
Public propertyDataObject Returns the IDataObject holding the object that is dragged.
Public propertyEffectGets the effect that is about to be executed.
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