C# Class ImageGlass.ImageListView.DropFileEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
DropFileEventArgs ( int index, string fileNames ) : System

Initializes a new instance of the DropFileEventArgs class.

Method Details

DropFileEventArgs() public method

Initializes a new instance of the DropFileEventArgs class.
public DropFileEventArgs ( int index, string fileNames ) : System
index int The position of the insertion caret.
fileNames string The array of filenames droppped on the control.
return System