ColumnAction

Overview

This enum is used while firing a DataColumnChanged event to define what had happened with the specific column.

Location

Value Description
Add A new column has been added to the data table.
Delete The column has been deleted from the data table.
Nothing Default value of the property.