ChangeHistory.OnChange(VFSEventArgs).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.ChangeHistory
ChangeHistory.OnChange(VFSEventArgs) Method
Handles the change event from the virtual file system.
public void OnChange(Atypical.VirtualFileSystem.Core.VFSEventArgs args);
Parameters
args VFSEventArgs
The event arguments.
Implements OnChange(VFSEventArgs)