VFSFileCreatedArgs.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSFileCreatedArgs Class

Provides data for the FileCreated event.

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

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

Constructors
VFSFileCreatedArgs(VFSFilePath, string)Initializes a new instance of the VFSFileCreatedArgs class.
Properties
ContentGets the content of the created file.
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
PathGets the path of the created file.
TimestampGets the timestamp when the file was created.