Contents

NSUndoManagerDidCloseUndoGroup

Posted after an undo manager closes an undo group.

Declaration

static let NSUndoManagerDidCloseUndoGroup: NSNotification.Name

Discussion

This notification originates in the implementation of the endUndoGrouping() method.

The notification object is the NSUndoManager object. This notification doesn’t contain a userInfo dictionary.

The system posts this notification on the actor, thread, or dispatch queue that calls endUndoGrouping().

See Also

Working with notifications