Click or drag to resize

DataColumnChangedEventArgsHasRowCountDecreased Property

Indicates, if the row count decreased during the data change event off period. In this case it is neccessary to recalculate the row count of the table, since it is possible that the table row count also decreased in this case.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasRowCountDecreased { get; }

Property Value

Boolean
See Also