ShellBrowser .Net Edition
BeforeShellDropEventArgs Class
NamespacesJam.ShellBeforeShellDropEventArgs
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.
Declaration Syntax
C#Visual BasicVisual C++
public class BeforeShellDropEventArgs : EventArgs
Public Class BeforeShellDropEventArgs _
	Inherits EventArgs
public ref class BeforeShellDropEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BeforeShellDropEventArgs(IShellItem, PathCollection)
The public constructor for BeforeShellDropEventArgs.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 BeforeShellDropEventArgs

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)