Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 2.06 KB

File metadata and controls

25 lines (19 loc) · 2.06 KB

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