Method AddOperation
AddOperation(Operation)
Adds a new Operation to UndoOperations collection of the current Recorder.
Declaration
public void AddOperation([Required] Operation operation)
Parameters
Type | Name | Description |
---|---|---|
Operation | operation | The operation. |