---
title: "visit(_:)"
framework: Contacts
role: symbol
role_heading: Instance Method
platforms: [iOS 13.0+, iPadOS 13.0+, Mac Catalyst 13.1+, macOS 10.15+, visionOS 1.0+, watchOS 6.0+]
path: contacts/cnchangehistoryeventvisitor/3113278-visitupdatecontactevent
---

# visit(_:)

Tells the delegate that the user updated a contact.

## Declaration

```swift
func visit(_ event: CNChangeHistoryUpdateContactEvent)
```

## Parameters

- `event`: The event object that represents a user updating a contact.

## Discussion

Inspect the contact in the event that the system provides and update your app’s cached data accordingly.

## See Also

### Updating contacts

- [visit(_:)](visit(_:)-9w73y.md)
- [visit(_:)](visit(_:)-ci4z.md)
