DataColumnChangeEventArgs

DataColumnChangeEventArgs

System.Data (system.data.dll) class

Provides an argument containing data for the DataTable.ColumnChanging event. This information includes the affected DataRow ( Row ), and the DataColumn that is changing ( Column ), and the new value ( ProposedValue ).

 public class  DataColumnChangeEventArgs  : EventArgs {  // Public Constructors  public  DataColumnChangeEventArgs  (DataRow   row   , DataColumn   column   , object   value   );  // Public Instance Properties  public DataColumn  Column  {get; }     public object  ProposedValue  {set; get; }     public DataRow  Row  {get; }  } 

Hierarchy

System.Object figs/u2192.gif System.EventArgs figs/u2192.gif DataColumnChangeEventArgs

Passed To

DataColumnChangeEventHandler.{BeginInvoke( ) , Invoke( )} , DataTable.{OnColumnChanged( ) , OnColumnChanging( )}



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