---
title: willRedoChange
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationcenter/messageidentifier/willredochange
---

# willRedoChange

An identifier for a message about an undo manager preparing to perform a redo.

## Declaration

```swift
static var willRedoChange: NotificationCenter.BaseMessageIdentifier<UndoManager.WillRedoChangeMessage> { get }
```

## Discussion

Discussion Use this identifier with NotificationCenter’s addObserver(of:for:using:) or messages(of:for:bufferSize:) methods to observe messages of type UndoManager.WillRedoChangeMessage.

## See Also

### Identifying undo manager messages

- [willUndoChange](foundation/notificationcenter/messageidentifier/willundochange.md)
- [didUndoChange](foundation/notificationcenter/messageidentifier/didundochange.md)
- [didRedoChange](foundation/notificationcenter/messageidentifier/didredochange.md)
- [checkpoint](foundation/notificationcenter/messageidentifier/checkpoint.md)
- [didOpenUndoGroup](foundation/notificationcenter/messageidentifier/didopenundogroup.md)
- [willCloseUndoGroup](foundation/notificationcenter/messageidentifier/willcloseundogroup.md)
- [didCloseUndoGroup](foundation/notificationcenter/messageidentifier/didcloseundogroup.md)
