RenamedEventArgs Class
Provides data for the Renamed event.
For a list of all members of this type, see RenamedEventArgs Members.
System.Object
System.EventArgs
System.IO.FileSystemEventArgs
System.IO.RenamedEventArgs
[Visual Basic] Public Class RenamedEventArgs Inherits FileSystemEventArgs [C#] public class RenamedEventArgs : FileSystemEventArgs [C++] public __gc class RenamedEventArgs : public FileSystemEventArgs [JScript] public class RenamedEventArgs extends FileSystemEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This class inherits from FileSystemEventArgs and extends it by adding an old name field and an old full path field to specify the previous name and full path of the affected file or directory.
Requirements
Namespace: System.IO
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
RenamedEventArgs Members | System.IO Namespace | FileSystemEventArgs | FileSystemEventHandler | FileSystemWatcher | InternalBufferOverflowException | NotifyFilters | OnRenamed | Renamed | RenamedEventHandler | WaitForChangedResult | WatcherChangeTypes