NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSystemWatcher Events

The events of the FileSystemWatcher class are listed below. For a complete list of FileSystemWatcher class members, see the FileSystemWatcher Members topic.

Public:

Changed Occurs when a file or directory is changed.
Created Occurs when a file or directory is created.
Deleted Occurs when a file or directory is deleted.
Error Occurs when an error is raised.
Renamed Occurs when a file or directory is renamed.

See Also

FileSystemWatcher Class | System.IO Namespace