---
title: TVDocumentViewController.Event
framework: tvmlkit
role: symbol
role_heading: Structure
path: tvmlkit/tvdocumentviewcontroller/event
---

# TVDocumentViewController.Event

Events that can be triggered on the document view controller.

## Declaration

```swift
struct Event
```

## Topics

### Initializers for Document View Controller Events

- [init(_:)](tvmlkit/tvdocumentviewcontroller/event/init(_:).md)
- [init(rawValue:)](tvmlkit/tvdocumentviewcontroller/event/init(rawvalue:).md)

### Event Types

- [appear](tvmlkit/tvdocumentviewcontroller/event/appear.md)
- [disappear](tvmlkit/tvdocumentviewcontroller/event/disappear.md)
- [highlight](tvmlkit/tvdocumentviewcontroller/event/highlight.md)
- [holdSelect](tvmlkit/tvdocumentviewcontroller/event/holdselect.md)
- [load](tvmlkit/tvdocumentviewcontroller/event/load.md)
- [play](tvmlkit/tvdocumentviewcontroller/event/play.md)
- [select](tvmlkit/tvdocumentviewcontroller/event/select.md)
- [unload](tvmlkit/tvdocumentviewcontroller/event/unload.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
