DekGenius.com
[ Team LiB ] Previous Section Next Section

DataColumnChangeEventHandler serializable

System.Data (system.data.dll) delegate

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( )}

    [ Team LiB ] Previous Section Next Section