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
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
NewNameGets the new name of the renamed file.
OldNameGets the old name of the renamed file.
PathGets the source path of the renamed file.
TimestampGets the timestamp when the file was renamed.