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