August 2003
Intermediate to advanced
928 pages
32h 1m
English
FileSystemEventArgs
This class offers the arguments for
a
FileSystemEventHandler.
public class FileSystemEventArgs : EventArgs { // Public Constructors public FileSystemEventArgs(WatcherChangeTypeschangeType, stringdirectory, stringname); // Public Instance Properties public WatcherChangeTypes ChangeType{get; } public string FullPath{get; } public string Name{get; } }
System.Object
→
System.EventArgs
→
FileSystemEventArgs
RenamedEventArgs
FileSystemEventHandler.{BeginInvoke( ),
Invoke( )}, FileSystemWatcher.{OnChanged( ), OnCreated( ), OnDeleted( )}