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 Constructor (WatcherChangeTypes, String^, String^)

 

Initializes a new instance of the FileSystemEventArgs class.

Namespace:   System.IO
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
Return to top
Show:
© 2017 Microsoft