Struct FileDropEventArgs
public struct FileDropEventArgs
- Inherited Members
Constructors
FileDropEventArgs(string[])
Creates an instance of FileDropEventArgs.
public FileDropEventArgs(string[] files)
Parameters
files
string[]Array of paths to dropped files.
Properties
Files
The paths of dropped files
public readonly string[] Files { get; }
Property Value
- string[]