VFSDirectoryRenamedArgs.md
February 27, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core
VFSDirectoryRenamedArgs Class
Provides data for the DirectoryRenamed event.
public sealed class VFSDirectoryRenamedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgs
Inheritance System.Object ๐ก System.EventArgs ๐ก VFSEventArgs ๐ก VFSDirectoryRenamedArgs
| Constructors | |
|---|---|
| VFSDirectoryRenamedArgs(VFSDirectoryPath, string, string, VFSDirectoryPath) | Initializes a new instance of the VFSDirectoryRenamedArgs class. |
| Properties | |
|---|---|
| Message | Gets the message. |
| MessageTemplate | Gets the message template. |
| MessageWithMarkup | Gets the message with markup. |
| NewName | Gets the new name of the renamed directory. |
| NewPath | Gets the new path of the renamed directory. |
| OldName | Gets the old name of the renamed directory. |
| Path | Gets the old path of the renamed directory. |
| Timestamp | Gets the timestamp when the directory was renamed. |