VFSFileRenamedArgs.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core
VFSFileRenamedArgs Class
Provides data for the FileRenamed event.
public sealed class VFSFileRenamedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgs
Inheritance System.Object ๐ก System.EventArgs ๐ก VFSEventArgs ๐ก VFSFileRenamedArgs
| Constructors | |
|---|---|
| VFSFileRenamedArgs(VFSFilePath, string, string) | Initializes a new instance of the VFSFileRenamedArgs 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 file. |
| OldName | Gets the old name of the renamed file. |
| Path | Gets the source path of the renamed file. |
| Timestamp | Gets the timestamp when the file was renamed. |