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