Click or drag to resize

NameChangedEventArgs Constructor

Initializes a new instance of the NameChangedEventArgs class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NameChangedEventArgs(
	Object source,
	string? oldName,
	string? newName
)

Parameters

source  Object
The source of the event, i.e. the instance whose name has changed.
oldName  String
The old name of that instance.
newName  String
The new name of that instance.
See Also