Name

DataColumnChangeEventHandler

Synopsis

Represents the method that handles the DataTable.ColumnChanging event. This event fires when any field is changed in any row of a DataTable, just before the change is made.

public delegate void DataColumnChangeEventHandler(object sender, DataColumnChangeEventArgs e);

Associated Events

DataTable.{ColumnChanged( ), ColumnChanging( )}

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.