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
ContentGets the content of the deleted file.
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
PathGets the path of the deleted file.
TimestampGets the timestamp when the file was deleted.