---
title: handler
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpselectablelistitem/handler
---

# handler

An optional closure that CarPlay invokes when the user selects the list item.

## Declaration

```swift
var handler: ((any CPSelectableListItem, @escaping () -> Void) -> Void)? { get set }
```
