didEndEditingNotification
Posted when focus leaves an NSText object, whether or not any operation has changed characters or formatting attributes.
Discussion
The notification object is the notifying NSText object. The userInfo dictionary contains the following information:
Key | Value |
|---|
@"NSTextMovement"
| Possible movement code values are described in Movement Codes. |