Click or drag to resize

ProjectRenamedEventArgs Constructor

Constructor.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProjectRenamedEventArgs(
	IProject renamedProject,
	string? oldName,
	string? newName
)

Parameters

renamedProject  IProject
The project renamed.
oldName  String
The old name of the project.
newName  String
The new name of the project.
See Also