DataColumnChangeEventHandler serializable

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



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net