---
title: propagatesDeletesAtEndOfEvent
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsmanagedobjectcontext/propagatesdeletesatendofevent
---

# propagatesDeletesAtEndOfEvent

A Boolean value that indicates whether the context propagates deletes at the end of the event in which a change was made.

## Declaration

```swift
var propagatesDeletesAtEndOfEvent: Bool { get set }
```

## Discussion

Discussion true if the receiver propagates deletes at the end of the event in which a change was made, false if it propagates deletes only during a save operation. The default is true.
