'Declaration Public Class AddingDataRowEventArgs Inherits System.EventArgs
'Usage Dim instance As AddingDataRowEventArgs
public class AddingDataRowEventArgs : System.EventArgs
'Declaration Public Class AddingDataRowEventArgs Inherits System.EventArgs
'Usage Dim instance As AddingDataRowEventArgs
public class AddingDataRowEventArgs : System.EventArgs
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.
System.Object
System.EventArgs
Xceed.Grid.AddingDataRowEventArgs
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