Represents a history of changes in a virtual file system.
public interface IChangeHistoryDerived
↳ ChangeHistory
| Properties | |
|---|---|
| RedoStack | Gets the redo stack. |
| UndoStack | Gets the undo stack. |
| Methods | |
|---|---|
| AddChange(VFSEventArgs) | Adds a change to the history. |
| OnChange(VFSEventArgs) | Handles the change event from the virtual file system. |
| Redo() | Redoes the most recent undone change. |
| Undo() | Undoes the most recent change. |