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.FileSystemLinkChangeEventArgsInheritance: EventArgs → FileSystemLinkEventArgs → FileSystemLinkChangeEventArgs → FileSystemLinkMoveEventArgs
Constructors
Section titled “Constructors”FileSystemLinkMoveEventArgs(IFileSystemLink, IFileSystemLink)
Section titled “FileSystemLinkMoveEventArgs(IFileSystemLink, IFileSystemLink)”Initializes a new instance of the FileSystemLinkMoveEventArgs class.
public FileSystemLinkMoveEventArgs(IFileSystemLink link, IFileSystemLink destination)Parameters
Section titled “Parameters”linkIFileSystemLink
The link to the file/directory/file version to move.destinationIFileSystemLink
The link to the destination file/directory/file version.
Properties
Section titled “Properties”Destination
Section titled “Destination”Gets the link the file or directory is moved to.
public IFileSystemLink Destination { get; }Property Value
Section titled “Property Value”A IFileSystemLink object representing the destination of the move.