Gets the old name of the affected file or directory.
[Visual Basic] Overridable Public ReadOnly Property OldName As String [C#] public string OldName {virtual get;} [C++] public: __property virtual String* get_OldName(); [JScript] public function get OldName() : String;
The previous name of the affected file or directory.
RenamedEventArgs Class | RenamedEventArgs Members | System.IO Namespace