NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSystemEventArgs.ChangeType

Gets one of the WatcherChangeTypes values.

[Visual Basic]
Overridable Public ReadOnly Property ChangeType As _
   WatcherChangeTypes
[C#]
public WatcherChangeTypes ChangeType {virtual get;}
[C++]
public: __property virtual WatcherChangeTypes get_ChangeType();
[JScript]
public function get ChangeType() : WatcherChangeTypes;

Property Value

One of the WatcherChangeTypes values.

See Also

FileSystemEventArgs Class | FileSystemEventArgs Members | System.IO Namespace | WatcherChangeTypes