---
title: delegate
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplisttemplate/delegate
---

# delegate

The object that serves as the delegate to the list template.

## Declaration

```swift
weak var delegate: (any CPListTemplateDelegate)? { get set }
```

## See Also

### Responding to List Events

- [CPListTemplateDelegate](carplay/cplisttemplatedelegate.md)
