Contents

NSUndoManagerWillRedoChange

Posted just before an undo manager performs a redo operation.

Declaration

static let NSUndoManagerWillRedoChange: 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