GrapeCity MultiRow Windows Forms Documentation
RowsAdded Event


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

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

PropertyDescription
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 added, letting you 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.