Provides data for the FileRenamed event.
public sealed class VFSFileRenamedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgsInheritance 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. |