FileDropEventArgs Class

Specialized version of EventArgs for FileDropPanel.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aspose.Email.Windows.WPFFileDropEventArgs

Namespace:  Aspose.Email.Windows.WPF
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class FileDropEventArgs : EventArgs

The FileDropEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFileDropEventArgs
Initializes a new instance of the FileDropEventArgs class.
Properties
  NameDescription
Public propertyFileCollection
Gets dropped files collection.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also