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