Click or drag to resize

ColumnPlotDataExchangeTableControllerEhView_MatchingTableSelectionChanged Method

Occurs if the selection for the matching tables has changed.

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_MatchingTableSelectionChanged(
	DataTable tag
)

Parameters

tag  DataTable
The selected data table.
See Also