GrapeCity MultiRow Windows Forms Documentation
RowsAdding Event


Occurs when a new row is in the process of being added to the GcMultiRow control.
Syntax
<SRDescriptionAttribute("Occurs when one or more rows are being added to the GcMultiRow control.")>
<FeatureAttribute(Name="DataChange", Version="v5.0")>
<SRCategoryAttribute("Action")>
Public Event RowsAdding As EventHandler(Of RowsAddingEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of RowsAddingEventArgs)
 
AddHandler instance.RowsAdding, handler
[SRDescription("Occurs when one or more rows are being added to the GcMultiRow control.")]
[Feature(Name="DataChange", Version="v5.0")]
[SRCategory("Action")]
public event EventHandler<RowsAddingEventArgs> RowsAdding
Event Data

The event handler receives an argument of type RowsAddingEventArgs containing data related to this event. The following RowsAddingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
RowCountGets the number of rows that have been added to GcMultiRow.  
RowIndexGets the first Row index used for inserting a row.  
Remarks
Used by the control to indicate when rows are being added, which allows you to update the data cache accordingly.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.