Method | Description | |
---|---|---|
DropFileEventArgs ( int index, string fileNames ) : System |
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 |