DataColumnEhSelfChanged(Int32, Int32, Boolean) Method |
This function has to be called by derived classes if any changes in their data occur.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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