Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.24 KB

File metadata and controls

26 lines (20 loc) · 2.24 KB

VFSFileRenamedArgs Class

Provides data for the FileRenamed event.

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

Inheritance System.Object 🡒 System.EventArgs 🡒 VFSEventArgs 🡒 VFSFileRenamedArgs

Constructors
VFSFileRenamedArgs(VFSFilePath, string, string) Initializes a new instance of the VFSFileRenamedArgs class.
Properties
Message Gets the message.
MessageTemplate Gets the message template.
MessageWithMarkup Gets the message with markup.
NewName Gets the new name of the renamed file.
OldName Gets the old name of the renamed file.
Path Gets the source path of the renamed file.
Timestamp Gets the timestamp when the file was renamed.