# moveItemRequested

> Called when user has dragged and dropped a BlackboardField to a new location inside its BlackboardSection.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.6/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public Action<Blackboard, int, VisualElement> moveItemRequested { get; set; }
```
