Provides data for the DirectoryDeleted event.
public sealed class VFSDirectoryDeletedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgsInheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs 🡒 VFSDirectoryDeletedArgs
| Constructors | |
|---|---|
| VFSDirectoryDeletedArgs(VFSDirectoryPath) | Initializes a new instance of the VFSDirectoryDeletedArgs class. |
| Properties | |
|---|---|
| Message | Gets the message. |
| MessageTemplate | Gets the message template. |
| MessageWithMarkup | Gets the message with markup. |
| Path | Gets the path of the deleted directory. |
| Timestamp | Gets the timestamp when the directory was deleted. |