FileSystemLinkChangeEventArgs
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides data for the directory events: FileSystem.Creating, FileSystem.Created, FileSystem.Changing, FileSystem.Changed, FileSystem.Deleting, FileSystem.Deleted.
public class FileSystemLinkChangeEventArgs : TagBites.IO.FileSystemLinkEventArgsInheritance: EventArgs → FileSystemLinkEventArgs → FileSystemLinkChangeEventArgs
Derived:
Constructors
Section titled “Constructors”FileSystemLinkChangeEventArgs(IFileSystemLink, FileSystemLinkEventType)
Section titled “FileSystemLinkChangeEventArgs(IFileSystemLink, FileSystemLinkEventType)”Initializes a new instance of the FileSystemLinkChangeEventArgs class.
public FileSystemLinkChangeEventArgs(IFileSystemLink link, FileSystemLinkEventType eventType)Parameters
Section titled “Parameters”linkIFileSystemLink
The link to the file/directory/file version to change.eventTypeFileSystemLinkEventType
The type of file/directory event that occurred.
Properties
Section titled “Properties”EventType
Section titled “EventType”Gets the type of file/directory event that occurred.
public FileSystemLinkEventType EventType { get; }Property Value
Section titled “Property Value”One of the FileSystemLinkEventType values that represents the kind of change detected in the file system.