textDidChange(_:)
Invoked when a key-down event or paste operation occurs that changes the receiver’s contents.
Declaration
func textDidChange(_ notification: Notification)Parameters
- notification:
The Textdidchangenotification notification.
Discussion
This method’s default behavior is to pass this message on to the selected cell (if the selected cell responds to textDidChange:) and then to post an textDidChangeNotification along with the receiving object to the default notification center. The posted notification’s user info contains the contents of notification’s user info dictionary, plus an additional key-value pair. The additional key is “NSFieldEditor”; the value for this key is the text object that changed.