Click or drag to resize

FileSystemWatcherQueued Events

IT Hit User File System

The FileSystemWatcherQueued type exposes the following members.

Events
  NameDescription
Public eventChanged
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is created.
Public eventCreated
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is changed.
Public eventDeleted
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is deleted.
Public eventError
Occurs when the instance of System.IO.FileSystemWatcher is unable to continue monitoring changes
Public eventRenamed
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is renamed.
Top
See Also