VFSFileDeletedArgs.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core
VFSFileDeletedArgs Class
Provides data for the FileDeleted event.
public sealed class VFSFileDeletedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgs
Inheritance 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. |