DataRowAction
Overview
The DataRowAction enum is used while firing a DataRowChanged event to define what had happened with the specific row.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
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. |