Class UndoData
Represents data for a single undo operation.
public class UndoData : IUndoData
- Inheritance
-
UndoData
- Implements
Constructors
- UndoData(UndoOperation, object)
Initializes a new instance of the
UndoData
class with specified parameters.
Properties
- Data
Represents the object associated with this
UndoData
.
- Operation
Represents the type of the undo operation.
- Position
Represents the position of the undoable operation within the text.
- Reason
Represents the reason of the undo operation.
- UndoFlag
Reserved for internal use.
- UpdateCount
Number of undo operations that can be executed as single block.