March 2002
Intermediate to advanced
864 pages
31h 8m
English
RenamedEventArgs
This type represents the arguments passed by a
FileSystemWatcher.Renamed event.
public class RenamedEventArgs : FileSystemEventArgs { // Public Constructors public method RenamedEventArgs( WatcherChangeTypes changeType, string directory, string name, string oldName); // Public Instance Properties public field string OldFullPath{get; } public field string OldName{get; } }
System.Object→System.EventArgs→FileSystemEventArgs→RenamedEventArgs
FileSystemWatcher.OnRenamed(), RenamedEventHandler.{BeginInvoke(), Invoke()}