Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileSystemEventArgs::ChangeType Property

 

Gets the type of directory event that occurred.

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

public:
property WatcherChangeTypes ChangeType {
	WatcherChangeTypes 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:
© 2017 Microsoft