Skip to content
Auto
Products

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.EventArgs

Inheritance: EventArgs → FileSystemLinkEventArgs

Derived:

Initializes a new instance of the FileSystemLinkEventArgs class.

protected FileSystemLinkEventArgs(IFileSystemLink link)

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

public IFileSystemLink Link { get; }

IFileSystemLink

A IFileSystemLink object representing the link to the file/directory/file version.