Table of Contents

Struct FileDropEventArgs

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

This class is used in the FileDrop event as EventArgs.

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[]