FileRenameEventArgs Constructor |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FileRenameEventArgs(
string sourceFile,
string targetFile,
bool isDirectory
)
Parameters
- sourceFile String
- The source file or directory name.
- targetFile String
- The target file or directory name.
- isDirectory Boolean
- If set to true, the paths refer to a directory.
See Also