Click or drag to resize

GraphDocumentBaseOnNameChanged Method

Fires both a Changed and a TunnelingEvent when the name has changed. The event arg of the Changed event is an instance of NamedObjectCollectionChangedEventArgs. The event arg of the Tunneling event is an instance of DocumentPathChangedEventArgs.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnNameChanged(
	string? oldName
)

Parameters

oldName  String
The name of the table before it has changed the name.
See Also