# DragExited()

> This method is automatically called when a drag exit event occurs.

## Definition

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

```csharp
public virtual bool DragExited()
```

### Returns

| Type                                                          | Description                |
| ------------------------------------------------------------- | -------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns event propagation. |
