FileSystemEventArgs Constructor (WatcherChangeTypes, String^, String^)
.NET Framework (current version)
Initializes a new instance of the FileSystemEventArgs class.
Assembly: System (in System.dll)
public:
FileSystemEventArgs(
WatcherChangeTypes changeType,
String^ directory,
String^ name
)
Parameters
- changeType
-
Type:
System.IO::WatcherChangeTypes
One of the WatcherChangeTypes values, which represents the kind of change detected in the file system.
- directory
-
Type:
System::String^
The root directory of the affected file or directory.
- name
-
Type:
System::String^
The name of the affected file or directory.
.NET Framework
Available since 1.1
Available since 1.1
Show: