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 | |
Change | |
Delete | |
Nothing |