<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextStorage/didProcessEditingNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSTextStorageDidProcessEditingNotification"
  },
  "title" : "didProcessEditingNotification"
}
-->

# didProcessEditingNotification

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

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

## Discussion

The framework posts this notification after a text storage finishes processing edits in [`processEditing()`](/documentation/AppKit/NSTextStorage/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)