System.IO.FileSystemEventArgs public class FileSystemEventArgs : EventArgs Documentation public WatcherChangeTypes ChangeType { get; } public string FullPath { get; } public string Name { get; } public FileSystemEventArgs(WatcherChangeTypes changeType, string directory, string name)