---
title: didProcessEditingNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstextstorage/didprocesseditingnotification
---

# didProcessEditingNotification

A notification that posts after a text storage finishes processing edits.

## Declaration

```swift
class let didProcessEditingNotification: NSNotification.Name
```

## Discussion

Discussion The framework posts this notification after a text storage finishes processing edits in processEditing(). Observers other than the delegate shouldn’t make further changes to the text storage. The notification object is the text storage object that processed the edits. This notification doesn’t contain a userInfo dictionary.

## See Also

### Notifications

- [willProcessEditingNotification](appkit/nstextstorage/willprocesseditingnotification.md)
