Click or drag to resize

SafeFileWatcher Events

The SafeFileWatcher type exposes the following members.

Events
  Name Description
Public event Changed Occurs when a file or directory in the specified Path is changed.
Public event Created Occurs when a file or directory in the specified Path is created.
Public event Deleted Occurs when a file or directory in the specified Path is deleted.
Public event Error Occurs when the internal buffer overflows.
Public event Renamed Occurs when a file or directory in the specified Path is renamed.
Top
See Also