Contents

didChangeNotification

Posted after an NSText object performs any operation that changes characters or formatting attributes.

Declaration

class let didChangeNotification: NSNotification.Name

Discussion

The notification object is the notifying NSText object. This notification does not contain a userInfo dictionary.

See Also

Notifications