In The Hand - .NET Components for Mobility
WatcherChangeTypes Enumeration
NamespacesInTheHand.IOWatcherChangeTypes
Changes that might occur to a file or directory.
Declaration Syntax
C#Visual Basic
public enum WatcherChangeTypes
Public Enumeration WatcherChangeTypes
Members
MemberDescription
Created
The creation of a file or folder.

Deleted
The deletion of a file or folder.

Changed
The change of a file or folder. The types of changes include: changes to size, attributes, security settings, last write, and last access time.

Renamed
The renaming of a file or folder.

All
The creation, deletion, change, or renaming of a file or folder.

Remarks
Each WatcherChangeTypes member is associated with an event in FileSystemWatcher. For more information on the events, see Changed, Created, Deleted and Renamed.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0