Contents

NSUndoManagerDidRedoChange

Posted just after an undo manager performs a redo operation.

Declaration

static let NSUndoManagerDidRedoChange: NSNotification.Name

Discussion

The notification object is the UndoManager object. This notification doesn’t contain a userInfo dictionary.

The system posts this notification on the actor, thread, or dispatch queue that calls redo().

See Also

Working with notifications