textDidEndEditingNotification
Sent when a control with editable cells ends an editing session.
Declaration
class let textDidEndEditingNotification: NSNotification.NameDiscussion
The field editor of the edited cell originally sends an textDidEndEditingNotification to the control, which passes it on in this form to its delegate. The notification object is the NSControl object posting the notification. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| The edited cell’s field editor |
See the controlTextDidEndEditing: method for details. The system posts this notification on the main actor.