Xceed Grid for WinForms v4.3 Documentation
AddingDataRowEventArgs Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : AddingDataRowEventArgs Class
Provides information on the current DataRow object being built.
Syntax
'Declaration
 
Public Class AddingDataRowEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As AddingDataRowEventArgs
public class AddingDataRowEventArgs : System.EventArgs 
Remarks

When bound to a data source, the DetailGrid's DetailGrid.AddingDataRow event and the grid's GridControl.AddingDataRow event are raised for each row found in the data source. When in unbound mode (providing data manually), it is raised once for each DataRow added using the Xceed.Grid.Collections.DataRowList.AddNew method afterCellRow.EndEdit is called in order to provide data to each cell in the row.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Xceed.Grid.AddingDataRowEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddingDataRowEventArgs Members
Xceed.Grid Namespace