---
title: delegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscandidatelisttouchbaritem/delegate
---

# delegate

The delegate of the candidate list item.

## Declaration

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

## See Also

### Providing a client and a delegate

- [client](appkit/nscandidatelisttouchbaritem/client.md)
- [NSCandidateListTouchBarItemDelegate](appkit/nscandidatelisttouchbaritemdelegate.md)
