> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/draganddropitemchangedata.md).

# DragAndDropItemChangeData

## Introduction

Used by drag and drop events and handlers to indicate the previous and new value for related actions.

## Definition

### Fields and Attributes

| Type     | Name          | Notes |
| -------- | ------------- | ----- |
| DragItem | previousValue |       |
| DragItem | newValue      |       |
