# columnsSwapped

> Event raised when the user switches the order of two columns.

## Definition

* **Type:** Event
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.3/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor

```csharp
public event Action<int, int> columnsSwapped
```
