# Editor.Widget.DragEvent

Information about a widget drag and drop event.

- Kind: class
- Assembly: `Sandbox.Tools`

## Constructors

- [`DragEvent`](/api/Editor.Widget.DragEvent/.ctor)

## Properties

- [`Action`](/api/Editor.Widget.DragEvent/Action): Set this to what action will be (or was) performed.
- [`Data`](/api/Editor.Widget.DragEvent/Data): The drag data.
- [`HasAlt`](/api/Editor.Widget.DragEvent/HasAlt): Whether `Alt` key was being held down at the time of the event.
- [`HasCtrl`](/api/Editor.Widget.DragEvent/HasCtrl): Whether `Control` key was being held down at the time of the event.
- [`HasShift`](/api/Editor.Widget.DragEvent/HasShift): Whether `Shift` key was being held down at the time of the event.
- [`KeyboardModifiers`](/api/Editor.Widget.DragEvent/KeyboardModifiers): The keyboard modifier keys that were held down at the moment the event triggered.
- [`LocalPosition`](/api/Editor.Widget.DragEvent/LocalPosition): Cursor position, local to this widget.
