Table of Contents

Interface IDragEventArgs

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the arguments of the drag events.

public interface IDragEventArgs

Methods

GetInternalObjectData()

Gets the internal object data. It must be used when the associated data is not a string. The object can only come from the current browser tab.

object? GetInternalObjectData()

Returns

object

The internal object data.

GetStringData()

Gets the string data. It must be used when the associated data is a string. The string data can come from any browser tab or even external application.

string? GetStringData()

Returns

string

The string data.

HasFiles()

Gets a value indicating whether there are files.

bool HasFiles()

Returns

bool

Value indicating whether there are files.