Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 2.11 KB

File metadata and controls

25 lines (19 loc) · 2.11 KB

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
DestinationPath Gets the destination path of the moved file.
Message Gets the message.
MessageTemplate Gets the message template.
MessageWithMarkup Gets the message with markup.
SourcePath Gets the source path of the moved file.
Timestamp Gets the timestamp when the file was moved.