VFSDirectoryDeletedArgs.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSDirectoryDeletedArgs Class

Provides data for the DirectoryDeleted event.

public sealed class VFSDirectoryDeletedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgs

Inheritance System.Object ๐Ÿก’ System.EventArgs ๐Ÿก’ VFSEventArgs ๐Ÿก’ VFSDirectoryDeletedArgs

Constructors
VFSDirectoryDeletedArgs(VFSDirectoryPath)Initializes a new instance of the VFSDirectoryDeletedArgs class.
Properties
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
PathGets the path of the deleted directory.
TimestampGets the timestamp when the directory was deleted.