IChangeHistory.md

June 4, 2025 · View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

IChangeHistory Interface

Represents a history of changes in a virtual file system.

public interface IChangeHistory

Derived
ChangeHistory

Properties
RedoStackGets the redo stack.
UndoStackGets 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.