Skip to content
Auto
Products

FileSystemLinkMoveEventArgs

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Provides data for the directory events: FileSystem.Moving and FileSystem.Moved

public class FileSystemLinkMoveEventArgs : TagBites.IO.FileSystemLinkChangeEventArgs

Inheritance: EventArgsFileSystemLinkEventArgsFileSystemLinkChangeEventArgs → FileSystemLinkMoveEventArgs

Section titled “FileSystemLinkMoveEventArgs(IFileSystemLink, IFileSystemLink)”

Initializes a new instance of the FileSystemLinkMoveEventArgs class.

public FileSystemLinkMoveEventArgs(IFileSystemLink link, IFileSystemLink destination)
  • link IFileSystemLink
    The link to the file/directory/file version to move.
  • destination IFileSystemLink
    The link to the destination file/directory/file version.

Gets the link the file or directory is moved to.

public IFileSystemLink Destination { get; }

IFileSystemLink

A IFileSystemLink object representing the destination of the move.