Gorgon
Show / Hide Table of Contents

Class VirtualFileClosedEventArgs

Event arguments for the VirtualFileClosed event.

Inheritance
object
EventArgs
VirtualFileClosedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.IO
Assembly: Gorgon.FileSystem.dll
Syntax
public class VirtualFileClosedEventArgs : EventArgs

Properties

| Edit this page View Source

Created

Property to return whether the file was created, or updated.

Declaration
public bool Created { get; }
Property Value
Type Description
bool
| Edit this page View Source

VirtualFile

Property to return the virtual file that represents the physical file.

Declaration
public IGorgonVirtualFile VirtualFile { get; }
Property Value
Type Description
IGorgonVirtualFile

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author