Table of Contents

Interface IFileSystemWatcher

Namespace
Lime
Assembly
Lime.dll
public interface IFileSystemWatcher : IDisposable
Inherited Members

Events

Changed

event Action<string> Changed

Event Type

Action<string>

Created

event Action<string> Created

Event Type

Action<string>

Deleted

event Action<string> Deleted

Event Type

Action<string>

Renamed

event Action<string, string> Renamed

Event Type

Action<string, string>