Class VirtualFileRenamedEventArgs
Event arguments for the VirtualFileRenamed event.
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class VirtualFileRenamedEventArgs : EventArgs
Properties
| Edit this page View SourceNewName
Property to return the new name for the directory.
Declaration
public string NewName { get; }
Property Value
Type | Description |
---|---|
string |
OldName
Property to return the old name for the directory.
Declaration
public string OldName { get; }
Property Value
Type | Description |
---|---|
string |
VirtualFile
Property to return the virtual directory that represents the physical directory.
Declaration
public IGorgonVirtualFile VirtualFile { get; }
Property Value
Type | Description |
---|---|
IGorgonVirtualFile |