_RenamedEventArgs Type
Provides data for the OnRenamed event.
For more information, see RenamedEventArgs in C#.
Properties | Description |
|---|---|
ChangedType | Gets the type of directory event that occurred. |
FullPath | Gets the fully qualifed path of the affected file or directory. |
Name | Gets the name of the affected file or directory. |
OldFullPath | Gets the previous fully qualified path of the affected file or directory. |
OldName | Gets the old name of the affected file or directory. |