DataRowAction

Overview

The DataRowAction enum is used while firing a DataRowChanged event to define what had happened with the specific row.

Location

Value Description
Add A new row has been added to the data table.
Change A row's data has been changed.
Delete The row has been deleted from the data table.
Nothing Default value of the enumeration.