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 | |
|---|---|
| Message | Gets the message. |
| MessageTemplate | Gets the message template. |
| MessageWithMarkup | Gets the message with markup. |
| Path | Gets the path of the created directory. |
| Timestamp | Gets the timestamp when the directory was created. |