Show / Hide Table of Contents

Struct FileDropEventArgs

Defines the event data for files being dropped onto the window.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public readonly struct FileDropEventArgs

Constructors

FileDropEventArgs(string[])

Initializes a new instance of the FileDropEventArgs struct.

Declaration
public FileDropEventArgs(string[] paths)
Parameters
Type Name Description
string[] paths

The Array of strings giving the names of all files dropped.

Properties

FileNames

Gets the names of the files.

Declaration
public string[] FileNames { get; }
Property Value
Type Description
string[]

An Array of strings giving the names of all files dropped.

In This Article
Back to top Generated by DocFX