---
title: delegate
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkcrownsequencer/delegate
---

# delegate

The object you use to monitor changes to the crown state.

## Declaration

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

## Discussion

Discussion Assign a delegate object to receive notifications about crown rotation events. For more information about receiving crown-related data, see WKCrownDelegate.
