Contents

NSUndoManagerDidUndoChange

Posted just after an undo manager performs an undo operation.

Declaration

static let NSUndoManagerDidUndoChange: NSNotification.Name

Discussion

If you invoke undo() or undoNestedGroup(), this notification is posted. 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 undo().

See Also

Working with notifications