System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.EventArgs
The class is passed as a parameter to event handlers for these events:
The event occurs when changes are made to the size, system attributes, last write time, last access time, or security permissions in a file or directory in the specified of a .
The event occurs when a file or directory in the specified of a is created.
The event occurs when a file or directory in the specified of a is deleted. For more information, see .
Provides data for the directory events: , , .
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
One of the values, which represents the kind of change detected in the file system.
The root directory of the affected file or directory.
The name of the affected file or directory.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.IO.WatcherChangeTypes
To be added: an object of type 'WatcherChangeTypes'
To be added
Gets the type of directory event that occurred.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
To be added
Gets the fully qualifed path of the affected file or directory.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
The name returned by the property is the relative path of the affected file or directory, with respect to the directory being watched. For example, if a object is watching the directory "C:\temp" and the file at "C:\temp\test\file.txt" changes, the property will return "test\file.txt".
Gets the name of the affected file or directory.