Class VirtualDirectoryRenamedEventArgs
Event arguments for the VirtualDirectoryRenamed event.
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class VirtualDirectoryRenamedEventArgs : 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 |
VirtualDirectory
Property to return the virtual directory that represents the physical directory.
Declaration
public IGorgonVirtualDirectory VirtualDirectory { get; }
Property Value
Type | Description |
---|---|
IGorgonVirtualDirectory |