In This Article

SavePointChangeType Enum

Specifies the type of changes that have been made to a character range since the last save point.

public enum SavePointChangeType

Fields

Name Description
None

There are no changes from the original text.

RevertedChanges

These are reverted changes where undo was performed after the last save point.

SavedChanges

There are saved changed made since the last save point.

UnsavedChanges

There are unsaved changes made since the last save point.