Alvas.FileControls Class Library

DragFile.DropFiles Event

Occurs when files from Windows Explorer drag'n'drop to Target control.

[Visual Basic]
Public Event DropFiles As DropFilesEventHandler
[C#]
public event DropFilesEventHandler DropFiles;

Event Data

The event handler receives an argument of type DropFilesEventArgs containing data related to this event. The following DropFilesEventArgs properties provide information specific to this event.

Property Description
Files Drag'n'Drop files list
Location Dropped file list location

See Also

DragFile Class | Alvas.Windows.Forms.FileControls Namespace