Click or drag to resize

DataColumnChangedEventArgs Fields

The DataColumnChangedEventArgs type exposes the following members.

Fields
 NameDescription
Protected field_hasRowCountDecreasedIndicates, 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.
Protected field_maxRowChangedUpper 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.
Protected field_minRowChangedLower bound of the area of rows, which changed during the data change event off period.
Top
See Also