Gorgon
Show / Hide Table of Contents

Class VirtualDirectoryCopiedMovedEventArgs

Event arguments for the VirtualDirectoryMoved and VirtualDirectoryCopied event.

Inheritance
object
EventArgs
VirtualDirectoryCopiedMovedEventArgs
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 VirtualDirectoryCopiedMovedEventArgs : EventArgs

Properties

| Edit this page View Source

Destination

Property to return the destination directory for the copy operation.

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

VirtualDirectories

Property to return the virtual directories that were moved.

Declaration
public IReadOnlyList<(IGorgonVirtualDirectory src, IGorgonVirtualDirectory dest)> VirtualDirectories { get; }
Property Value
Type Description
IReadOnlyList<(IGorgonVirtualDirectory src, IGorgonVirtualDirectory dest)>
| Edit this page View Source

VirtualFiles

Property to return the virtual files that were moved.

Declaration
public IReadOnlyList<(IGorgonVirtualFile src, IGorgonVirtualFile dest)> VirtualFiles { get; }
Property Value
Type Description
IReadOnlyList<(IGorgonVirtualFile src, IGorgonVirtualFile dest)>

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