FileSystemWatcher Events
.NET Framework 4.5
The FileSystemWatcher type exposes the following members.
| Name | Description | |
|---|---|---|
|
Changed | Occurs when a file or directory in the specified Path is changed. |
|
Created | Occurs when a file or directory in the specified Path is created. |
|
Deleted | Occurs when a file or directory in the specified Path is deleted. |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
Error | Occurs when the instance of FileSystemWatcher is unable to continue monitoring changes or when the internal buffer overflows. |
|
Renamed | Occurs when a file or directory in the specified Path is renamed. |