RenamedEventArgs Properties
.NET Framework 4
The RenamedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangeType | Gets the type of directory event that occurred. (Inherited from FileSystemEventArgs.) |
|
FullPath | Gets the fully qualifed path of the affected file or directory. (Inherited from FileSystemEventArgs.) |
|
Name | Gets the name of the affected file or directory. (Inherited from FileSystemEventArgs.) |
|
OldFullPath | Gets the previous fully qualified path of the affected file or directory. |
|
OldName | Gets the old name of the affected file or directory. |