willRedoChange
An identifier for a message about an undo manager preparing to perform a redo.
Declaration
static var willRedoChange: NotificationCenter.BaseMessageIdentifier<UndoManager.WillRedoChangeMessage> { get }Discussion
Use this identifier with NotificationCenter’s addObserver(of:for:using:) or messages(of:for:bufferSize:) methods to observe messages of type UndoManager.WillRedoChangeMessage.