VFSDirectoryCreatedArgs.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSDirectoryCreatedArgs Class

Provides data for the DirectoryCreated event.

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

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

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