Contents

NSDocument.ChangeType.changeDone

Increment change count.

Declaration

case changeDone

Discussion

Pass this value to the updateChangeCount(_:) method to indicate that a single change has been done. For example, the built-in undo support in the NSDocument class passes this value whenever a document receives an NSUndoManagerDidCloseUndoGroup notification from its own undo manager.

See Also

Constants