RenamedEventArgs Constructor
Initializes a new instance of the RenamedEventArgs class.
Namespace: System.IO
Assembly: System (in System.dll)
public RenamedEventArgs( WatcherChangeTypes changeType, string directory, string name, string oldName )
Parameters
- changeType
- Type: System.IO.WatcherChangeTypes
One of the WatcherChangeTypes values.
- directory
- Type: System.String
The name of the affected file or directory.
- name
- Type: System.String
The name of the affected file or directory.
- oldName
- Type: System.String
The old name of the affected file or directory.
This class inherits from the FileSystemEventArgs class and extends it by adding an old name field to specify the previous name of the file or directory affected.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.