Class FileDropEventArgs
Defines the event data for NativeWindow events.
Inherited Members
Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public class FileDropEventArgs : EventArgs
Properties
FileName
Gets the name of the file.
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| String | The name of the file. |