Data |
The DataColumnChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
HasRowCountDecreased | 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. | |
MaxRowChanged | Upper bound (plus one) of the area of rows, which changed during the data change event off period. This in in the (plus one) convention, i.e. the value of this member is the maximum row number that changed plus one. | |
MinRowChanged | Lower bound of the area of rows, which changed during the data change event off period. |