NSUndoManagerDidRedoChange
Posted just after an undo manager performs a redo operation.
Declaration
static let NSUndoManagerDidRedoChange: NSNotification.NameDiscussion
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().