Click or drag to resize

FileEventArgs Constructor

Initializes a new instance of the FileEventArgs class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileEventArgs(
	string fileName,
	bool isDirectory
)

Parameters

fileName  String
The affected file or directory name.
isDirectory  Boolean
If set to true, the path refers to a directory.
See Also