UndoItem.PostEditChangeCount
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.