Initializes a new instance of the RenamedEventArgs class.
[Visual Basic] Public Sub New( _ ByVal changeType As WatcherChangeTypes, _ ByVal directory As String, _ ByVal name As String, _ ByVal oldName As String _ ) [C#] public RenamedEventArgs( WatcherChangeTypes changeType, string directory, string name, string oldName ); [C++] public: RenamedEventArgs( WatcherChangeTypes changeType, String* directory, String* name, String* oldName ); [JScript] public function RenamedEventArgs( changeType : WatcherChangeTypes, directory : String, name : String, oldName : String );
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.
RenamedEventArgs Class | RenamedEventArgs Members | System.IO Namespace | FileSystemEventArgs | WatcherChangeTypes