Table of Contents

Class FilesChangedEventArgs

Namespace
RisingV.Shared.Files
Assembly
RisingV.Shared.dll

Represents the event arguments for file changes.

public sealed class FilesChangedEventArgs : EventArgs
Inheritance
FilesChangedEventArgs
Inherited Members
Extension Methods

Properties

Changes

Gets the list of file changes that occurred.

public IReadOnlyList<FileChange> Changes { get; }

Property Value

IReadOnlyList<FileChange>