Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.49 KB

File metadata and controls

25 lines (19 loc) · 1.49 KB

IChangeHistory Interface

Represents a history of changes in a virtual file system.

public interface IChangeHistory

Derived
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.