Provides data for the FileDeleted event.
public sealed class VFSFileDeletedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgsInheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs 🡒 VFSFileDeletedArgs
| Constructors | |
|---|---|
| VFSFileDeletedArgs(VFSFilePath, string) | Initializes a new instance of the VFSFileDeletedArgs class. |
| Properties | |
|---|---|
| Content | Gets the content of the deleted file. |
| Message | Gets the message. |
| MessageTemplate | Gets the message template. |
| MessageWithMarkup | Gets the message with markup. |
| Path | Gets the path of the deleted file. |
| Timestamp | Gets the timestamp when the file was deleted. |