Interface IFileSystemWatcher
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IFileSystemWatcher : IDisposable
- Inherited Members
Events
Changed
event Action<string> Changed
Event Type
Created
event Action<string> Created
Event Type
Deleted
event Action<string> Deleted
Event Type
Renamed
event Action<string, string> Renamed