C# Class ImageGlass.ImageListView.DropFileEventArgs

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
DropFileEventArgs ( int index, string fileNames ) : System

Initializes a new instance of the DropFileEventArgs class.

Method Details

DropFileEventArgs() public méthode

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.
Résultat System