Alvas.FileControls Class Library

DragFile.DropFilesEventHandler Delegate

[Visual Basic]
Public Delegate Sub DragFile.DropFilesEventHandler( _
   ByVal sender As Object, _
   ByVal e As DropFilesEventArgs _
)
[C#]
public delegate void DragFile.DropFilesEventHandler(
   object sender,
   DropFilesEventArgs e
);

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

Alvas.Windows.Forms.FileControls Namespace