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