ProjectRenamedEventArgs Constructor |
Constructor.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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