VFSFileDeletedArgs.VFSFileDeletedArgs(VFSFilePath,string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSFileDeletedArgs
VFSFileDeletedArgs(VFSFilePath, string) Constructor
Initializes a new instance of the VFSFileDeletedArgs class.
public VFSFileDeletedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string content);
Parameters
path VFSFilePath
The path of the deleted file.
content System.String
The content of the deleted file.