Class FileDropEventArgs

FileDropEventArgs class

Specialized version of EventArgs for FileDropPanel.

public sealed class FileDropEventArgs : EventArgs

Constructors

NameDescription
FileDropEventArgs(FileDataObjectCollection)Initializes a new instance of the FileDropEventArgs class.

Properties

NameDescription
FileCollection { get; }Gets dropped files collection.

See Also