Validating Data

Datasets provide specific events that are raised as values in data rows change. Event handlers can be created (in partial classes) to validate these changes based on your particular application requirements. The following topics detail these events and provide an explanation of the information passed to each event.

In This Section

Reference

  • ColumnChanging
    The event that is raised when data in a column is about to be changed.

  • RowChanging
    The event that is raised when data in a data row is about to be changed.