Contents

didBeginEditingNotification

Posted when an NSText object begins any operation that changes characters or formatting attributes.

Declaration

class let didBeginEditingNotification: NSNotification.Name

Discussion

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

To observe this notification using Swift concurrency, use NSTextView.DidBeginEditingMessage.

See Also

Notifications