# 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      |       |
