FileSystemEventArgs.ChangeType Property
.NET Framework (current version)
Gets the type of directory event that occurred.
Assembly: System (in System.dll)
Property Value
Type: System.IO.WatcherChangeTypesOne of the WatcherChangeTypes values that represents the kind of change detected in the file system.
The following example demonstrates the ChangeType property. This code example is part of a larger example provided for the FileSystemEventArgs class.
.NET Framework
Available since 1.1
Available since 1.1
Show: