GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowsAdding Event |
<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
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
RowCount | Gets the number of rows that have been added to GcMultiRow. |
RowIndex | Gets the first Row index used for inserting a row. |
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