FileSystemWatcher Events
.NET Framework (current version)
Namespace:
System.IO
Assembly: System (in System.dll)
| 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 | |
![]() | 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. |
Show:
