---
title: didBeginEditingNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstext/didbegineditingnotification
---

# didBeginEditingNotification

Posted when an NSText object begins any operation that changes characters or formatting attributes.

## Declaration

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

## Discussion

Discussion The notification object is the notifying NSText object. This notification does not contain a userInfo dictionary. To observe this notification using Swift concurrency, use NSTextView.DidBeginEditingMessage.

## See Also

### Notifications

- [didChangeNotification](appkit/nstext/didchangenotification.md)
- [didEndEditingNotification](appkit/nstext/didendeditingnotification.md)
- [movementUserInfoKey](appkit/nstext/movementuserinfokey.md)
- [NSTextMovement](appkit/nstextmovement.md)
