UndoItem.PostEditChangeCount

Syntax

UndoItem.PostEditChangeCount

Data Type

Long

Purpose

Returns the change count of the UndoItem.EditedFile property after the user made the edit this undo item reverts.

Remarks

The UndoItem.Undo method returns a TS_Err_UnexpectedChangeCount error if EditedFile.ChangeCount does not equal the value of this property. The UndoItem.Redo method restores EditedFile.ChangeCount to the value of this property after redoing the edit.

See Also

UndoItem.EditedFile

UndoItem.PreEditChangeCount

UndoItem.Redo

UndoItem.Undo