Click or drag to resize

NameChangedEventArgsOldName Property

Gets the old 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? OldName { get; }

Property Value

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