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.

See Also

Notifications