WaitForChangedResult::ChangeType Property

 

Gets or sets the type of change that occurred.

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

public:
property WatcherChangeTypes ChangeType {
	WatcherChangeTypes get();
	void set(WatcherChangeTypes value);
}

Property Value

Type: System.IO::WatcherChangeTypes

One of the WatcherChangeTypes values.

.NET Framework
Available since 1.1
Return to top
Show: