# groupChanged

> External handler used to be notified when the user changes the current group/tab.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public Action<SearchContext, string, string> groupChanged { get; set; }
```
