Class VirtualDirectoryAddedEventArgs
Event arguments for the VirtualDirectoryAdded event.
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class VirtualDirectoryAddedEventArgs : EventArgs
Properties
| Edit this page View SourceVirtualDirectory
Property to return the virtual directory that represents the physical directory.
Declaration
public IGorgonVirtualDirectory VirtualDirectory { get; }
Property Value
Type | Description |
---|---|
IGorgonVirtualDirectory |