# selectHandler

> External handler triggered when the user has selected an item in picker mode.

## Definition

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

```csharp
public Action<SearchItem, bool> selectHandler { get; set; }
```
