Initializes a new instance of the VFSFileMovedArgs class.
public VFSFileMovedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath sourcePath, Atypical.VirtualFileSystem.Core.VFSFilePath destinationPath);sourcePath VFSFilePath
The source path of the moved file.
destinationPath VFSFilePath
The destination path of the moved file.