Initializes a new instance of the VFSDirectoryRenamedArgs class.
public VFSDirectoryRenamedArgs(Atypical.VirtualFileSystem.Core.VFSDirectoryPath path, string oldName, string newName, Atypical.VirtualFileSystem.Core.VFSDirectoryPath newPath);path VFSDirectoryPath
The path of the renamed directory.
oldName System.String
The old name of the renamed directory.
newName System.String
The new name of the renamed directory.
newPath VFSDirectoryPath
The new path of the renamed directory.