Click or drag to resize

BaseColumnCollectionChangedEventArgs Constructor

Constructor.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BaseColumnCollectionChangedEventArgs(
	int columnNumber,
	int minRow,
	int maxRow,
	bool rowCountDecreased
)

Parameters

columnNumber  Int32
The number of the column that has changed.
minRow  Int32
The first number of row that has changed.
maxRow  Int32
The last number of row (plus one) that has changed.
rowCountDecreased  Boolean
If true, in one of the columns the row count has decreased, so a complete recalculation of the row count of the collection is neccessary.
See Also