FileSystemLinkMoveEventArgs

Namespace: TagBites.IO
Assembly: TagBites.IO.dll

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

public class FileSystemLinkMoveEventArgs : TagBites.IO.FileSystemLinkChangeEventArgs

Constructors

Initializes a new instance of the TagBites.IO.FileSystemLinkMoveEventArgs class.

public void FileSystemLinkMoveEventArgs(IFileSystemLink link, IFileSystemLink destination)

Result Type: void

Parameters

TypeName
IFileSystemLinklinkThe link to the file/directory/file version to move.
IFileSystemLinkdestinationThe link to the destination file/directory/file version.

Properties

Destination

Gets the link to the file/directory/file version.

public IFileSystemLink Destination { get; }

Result Type: IFileSystemLink