Click or drag to resize

FileCancelEventArgs Constructor

Initializes a new instance of the FileCancelEventArgs class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileCancelEventArgs(
	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