Constructor UndoData
UndoData(UndoOperation, object)
Initializes a new instance of the UndoData
class with specified parameters.
public UndoData(UndoOperation operation, object data)
Parameters
operation
UndoOperationSpecifies type of the operation that can be undone.
data
objectThe object stored within the
UndoData
.