didEndEditingNotification
Posted when focus leaves an NSText object, whether or not any operation has changed characters or formatting attributes.
Declaration
class let didEndEditingNotification: NSNotification.NameDiscussion
The notification object is the notifying NSText object. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
One of the values in Nstextmovement. |
Key | Value |
|---|---|
| Possible movement code values are described in Movement Codes. |
To observe this notification using Swift concurrency, use NSTextView.DidEndEditingMessage.