VFSDirectoryMovedArgs.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSDirectoryMovedArgs Class

Provides data for the DirectoryMoved event.

public sealed class VFSDirectoryMovedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgs

Inheritance System.Object ๐Ÿก’ System.EventArgs ๐Ÿก’ VFSEventArgs ๐Ÿก’ VFSDirectoryMovedArgs

Constructors
VFSDirectoryMovedArgs(VFSDirectoryPath, VFSDirectoryPath)Initializes a new instance of the VFSDirectoryMovedArgs class.
Properties
DestinationPathGets the destination path of the moved directory.
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
SourcePathGets the source path of the moved directory.
TimestampGets the timestamp when the directory was moved.