Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.02 KB

File metadata and controls

24 lines (18 loc) · 2.02 KB

VFSDirectoryDeletedArgs Class

Provides data for the DirectoryDeleted event.

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

Inheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs 🡒 VFSDirectoryDeletedArgs

Constructors
VFSDirectoryDeletedArgs(VFSDirectoryPath) Initializes a new instance of the VFSDirectoryDeletedArgs class.
Properties
Message Gets the message.
MessageTemplate Gets the message template.
MessageWithMarkup Gets the message with markup.
Path Gets the path of the deleted directory.
Timestamp Gets the timestamp when the directory was deleted.