VFSEventArgs.md

January 20, 2026 · View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core

VFSEventArgs Class

Represents the base class for all VFS event arguments.

public abstract class VFSEventArgs : System.EventArgs

Inheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs

Derived
VFSDirectoryCreatedArgs
VFSDirectoryDeletedArgs
VFSDirectoryMovedArgs
VFSDirectoryRenamedArgs
VFSFileCreatedArgs
VFSFileDeletedArgs
VFSFileMovedArgs
VFSFileRenamedArgs

Properties
MessageGets the message.
MessageTemplateGets the message template.
MessageWithMarkupGets the message with markup.
Methods
ToMarkup(string, object[])Transforms a message into a markup message with the specified color.