March 2002
Intermediate to advanced
864 pages
31h 8m
English
FileSystemEventArgs
This class offers the arguments for a FileSystemEventHandler.
public class FileSystemEventArgs : EventArgs { // Public Constructors public method FileSystemEventArgs( WatcherChangeTypes changeType, string directory, string name); // Public Instance Properties public field WatcherChangeTypes ChangeType{get; } public field string FullPath{get; } public field string Name{get; } }
System.Object→System.EventArgs→FileSystemEventArgs
RenamedEventArgs
FileSystemEventHandler.{BeginInvoke(), Invoke()}, FileSystemWatcher.{OnChanged(), OnCreated(), OnDeleted()}