August 2003
Intermediate to advanced
928 pages
32h 1m
English
RenamedEventArgs
This type represents the
arguments passed by a
FileSystemWatcher.Renamed event.
public class RenamedEventArgs : FileSystemEventArgs { // Public Constructors public RenamedEventArgs(WatcherChangeTypeschangeType, stringdirectory, stringname, stringoldName); // Public Instance Properties public string OldFullPath{get; } public string OldName{get; } }
System.Object
→
System.EventArgs
→
FileSystemEventArgs
→
RenamedEventArgs
FileSystemWatcher.OnRenamed( ),
RenamedEventHandler.{BeginInvoke( ),
Invoke( )}