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