Initializes a new instance of the VFSDirectoryMovedArgs class.
public VFSDirectoryMovedArgs(Atypical.VirtualFileSystem.Core.VFSDirectoryPath sourcePath, Atypical.VirtualFileSystem.Core.VFSDirectoryPath destinationPath);sourcePath VFSDirectoryPath
The source path of the moved directory.
destinationPath VFSDirectoryPath
The destination path of the moved directory.