FileSystemEventArgs.ChangeType Property

 

Gets the type of directory event that occurred.

Namespace:   System.IO
Assembly:  System (in System.dll)

member ChangeType : WatcherChangeTypes with get

Property Value

Type: System.IO.WatcherChangeTypes

One 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: