# canAcceptDrop

> Callback for indicating whether this BlackboardSection accepts the selected object.

## Definition

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

```csharp
public BlackboardSection.CanAcceptDropDelegate canAcceptDrop { get; set; }
```
