FileSystemLinkEventArgs
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides data for the directory events.
public abstract class FileSystemLinkEventArgs : System.EventArgsInheritance: EventArgs → FileSystemLinkEventArgs
Derived:
Constructors
Section titled “Constructors”FileSystemLinkEventArgs(IFileSystemLink)
Section titled “FileSystemLinkEventArgs(IFileSystemLink)”Initializes a new instance of the FileSystemLinkEventArgs class.
protected FileSystemLinkEventArgs(IFileSystemLink link)Parameters
Section titled “Parameters”linkIFileSystemLink
The link to the file/directory/file version.
Properties
Section titled “Properties”Gets the link to the file/directory/file version.
public IFileSystemLink Link { get; }Property Value
Section titled “Property Value”A IFileSystemLink object representing the link to the file/directory/file version.