---
title: delegate
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvdocumentviewcontroller/delegate
---

# delegate

The delegate for handling events in the document view controller.

## Declaration

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

## See Also

### Managing Interactions with the Document

- [TVDocumentViewControllerDelegate](tvmlkit/tvdocumentviewcontrollerdelegate.md)
