Click or drag to resize

DataColumnChangedEventArgs Properties

The DataColumnChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyHasRowCountDecreasedIndicates, 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.
Public propertyMaxRowChangedUpper 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.
Public propertyMinRowChangedLower bound of the area of rows, which changed during the data change event off period.
Top
See Also