FileSystemWatcherQueued Events |
The FileSystemWatcherQueued type exposes the following members.
Name | Description | |
---|---|---|
Changed |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is created.
| |
Created |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is changed.
| |
Deleted |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is deleted.
| |
Error |
Occurs when the instance of System.IO.FileSystemWatcher is unable to continue monitoring changes
| |
Renamed |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is renamed.
|