DataRowChangeEventArgs

DataRowChangeEventArgs

System.Data (system.data.dll) class

This class provides extra information for four DataTable events: DataTable.RowChanging , DataTable.RowChanged , DataTable.RowDeleting , and DataTable.RowDeleted . This information consists of the affected DataRow ( Row ) and the action that occurred on the row ( Action ).

 public class  DataRowChangeEventArgs  : EventArgs {  // Public Constructors  public  DataRowChangeEventArgs  (DataRow   row   , DataRowAction   action   );  // Public Instance Properties  public DataRowAction  Action  {get; }     public DataRow  Row  {get; }  } 

Hierarchy

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

Passed To

DataRowChangeEventHandler.{BeginInvoke( ) , Invoke( )} , DataTable.{OnRowChanged( ) , OnRowChanging( ) , OnRowDeleted( ) , OnRowDeleting( )}



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