Show / Hide Table of Contents

Class FileDropEventArgs

Defines the event data for NativeWindow events.

Inheritance
Object
EventArgs
FileDropEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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.

In This Article
Back to top Generated by DocFX