Click or drag to resize

ColumnPlotDataExchangeTableControllerEhView_TableSelectionChanged Method

Handles changes to the selection in the list of available tables.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_TableSelectionChanged(
	DataTable tg
)

Parameters

tg  DataTable
The newly selected table.
See Also