Provides data for the FileCreated event.
public sealed class VFSFileCreatedArgs : Atypical.VirtualFileSystem.Core.VFSEventArgsInheritance 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. |