Initializes a new instance of the VFSFileRenamedArgs class.
public VFSFileRenamedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string oldName, string newName);path VFSFilePath
The path of the renamed file.
oldName System.String
The old name of the renamed file.
newName System.String
The new name of the renamed file.