Class VirtualFileOpenedEventArgs
Event arguments for the VirtualFileOpened event.
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class VirtualFileOpenedEventArgs : EventArgs
Properties
| Edit this page View SourceStream
Property to return the stream for the file.
Declaration
public Stream Stream { get; }
Property Value
Type | Description |
---|---|
Stream |
VirtualFile
Property to return the virtual file that represents the physical file.
Declaration
public IGorgonVirtualFile VirtualFile { get; }
Property Value
Type | Description |
---|---|
IGorgonVirtualFile |