Provides data for the DirectoryMoved event.
public sealed class VFSDirectoryMovedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgsInheritance 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. |