Constructor UndoData
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
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.