RenamedEventArgs Constructor (WatcherChangeTypes, String^, String^, String^)
.NET Framework (current version)
Initializes a new instance of the RenamedEventArgs class.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: