# trackingHandler

> External handler triggered each time the user clicks on an item in the search view.

## Definition

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

```csharp
public Action<SearchItem> trackingHandler { get; set; }
```

### Remarks

In example, this handler can be used to ping a corresponding object in the project browser.
