Click or drag to resize

NameChangedEventArgsNewName Property

Gets the new name of the instance that was renamed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? NewName { get; }

Property Value

String
The new name of the instance that was renamed.
See Also