FileDragEventArgs Class

Inheritance Hierarchy

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class FileDragEventArgs : DragEventArgs

The FileDragEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllowedEffect (Inherited from DragEventArgs.)
Public propertyData (Inherited from DragEventArgs.)
Public propertyEffect (Inherited from DragEventArgs.)
Public propertyFiles
Gets the files.
Public propertyKeyState (Inherited from DragEventArgs.)
Public propertyX (Inherited from DragEventArgs.)
Public propertyY (Inherited from DragEventArgs.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also