DataColumnChangedEventArgs Constructor |
Constructor.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumnChangedEventArgs(
int minRow,
int maxRow,
bool rowCountDecreased
)
Parameters
- minRow Int32
- Lower bound of the area of rows, which changed-
- maxRow Int32
- Upper bound (plus one) of the area of rows, which changed.
- rowCountDecreased Boolean
- Indicates, if the row count decreased during the data change.
See Also