Class FileDropEventArgs
Defines the event data for NativeWindow events.
Inheritance
System.Object
System.EventArgs
FileDropEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK.Input
Assembly: cs.temp.dll.dll
Syntax
public class FileDropEventArgs : EventArgs
Properties
FileName
Gets the name of the file.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the file. |