# TreeView<TIdentifier>.SetupDragAndDropArgs

> Method arguments to the virtual method SetupDragAndDrop.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.3/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor

```csharp
protected struct TreeView<TIdentifier>.SetupDragAndDropArgs
```

## Fields

| Value                                                                                                                         | Description                     |
| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| [draggedItemIDs](/engine/6000.3/script-reference/unityeditor/imgui/controls/treeview1/setupdraganddropargs/draggeditemids.md) | TreeViewItem IDs being dragged. |
