UndoItem.PostEditChangeCount
- Updated2024-10-09
- 1 minute(s) read
UndoItem.PostEditChangeCount
Syntax
UndoItem.PostEditChangeCount
Data Type
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.