System.IO.RenamedEventArgs public class RenamedEventArgs : FileSystemEventArgs Documentation public string OldFullPath { get; } public string OldName { get; } public RenamedEventArgs(WatcherChangeTypes changeType, string directory, string name, string oldName)