The BeforeShellDropEventArgs contains data for the BeforeShellDrop event.
You can permit the execution of the shell command by registering to the event, then setting
ExecuteShellDrop to false if necessary.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BeforeShellDropEventArgs(IShellItem, PathCollection) |
The public constructor for BeforeShellDropEventArgs.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExecuteShellDrop |
Set this to false if you want to permit the execution of
the shell drop.
| |
| Files |
The files the shell command will drop.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Target |
Returns the drop target.
| |
| ToString()()() | (Inherited from Object.) |