Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 2.27 KB

File metadata and controls

25 lines (19 loc) · 2.27 KB

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