Click or drag to resize

DataColumnEhSelfChanged(Int32, Int32, Boolean) Method

This function has to be called by derived classes if any changes in their data occur.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhSelfChanged(
	int minRow,
	int maxRow,
	bool rowCountDecreased
)

Parameters

minRow  Int32
The minimum row number that changed.
maxRow  Int32
The maximum row number that changed plus 1.
rowCountDecreased  Boolean
If true, the row count has decreased during the data change.
See Also