Contents

didEndEditingNotification

Posted when focus leaves an NSText object, whether or not any operation has changed characters or formatting attributes.

Declaration

class let didEndEditingNotification: NSNotification.Name

Discussion

The notification object is the notifying NSText object. The userInfo dictionary contains the following information:

Key

Value

Movementuserinfokey

One of the values in Nstextmovement.

Key

Value

@"NSTextMovement"

Possible movement code values are described in Movement Codes.

See Also

Notifications