VFSFileMovedArgs.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSFileMovedArgs Class

Provides data for the FileMoved event.

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

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

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