Gorgon
Show / Hide Table of Contents

Interface IContentFileDragData

Data used for drag and drop of a content file.

Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IContentFileDragData

Properties

| Edit this page View Source

Cancel

Property to set or return whether to cancel the drag/drop operation.

Declaration
bool Cancel { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

FilePaths

Property to return the paths to the content files being dragged and dropped.

Declaration
IReadOnlyList<string> FilePaths { get; }
Property Value
Type Description
IReadOnlyList<string>

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author