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

VFSFileDeletedArgs Class

Provides data for the FileDeleted event.

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

Inheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs 🡒 VFSFileDeletedArgs

Constructors
VFSFileDeletedArgs(VFSFilePath, string) Initializes a new instance of the VFSFileDeletedArgs class.
Properties
Content Gets the content of the deleted file.
Message Gets the message.
MessageTemplate Gets the message template.
MessageWithMarkup Gets the message with markup.
Path Gets the path of the deleted file.
Timestamp Gets the timestamp when the file was deleted.