Click or drag to resize

DimensionReductionAndRegressionDataSourceDataSourceChanged Event

Occurs when the data source has changed and the import trigger source is DataSourceChanged. The argument is the sender of this event.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<IAltaxoTableDataSource> DataSourceChanged

Value

ActionIAltaxoTableDataSource
See Also