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
FileSystemLinkMoveEventArgs(IFileSystemLink, IFileSystemLink)
Initializes a new instance of the TagBites.IO.FileSystemLinkMoveEventArgs class.
public void FileSystemLinkMoveEventArgs(IFileSystemLink link, IFileSystemLink destination)
Result Type: void
Parameters
Type | Name | |
---|---|---|
IFileSystemLink | link | The link to the file/directory/file version to move. |
IFileSystemLink | destination | The 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