GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowsAdded Event |
<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
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.
Property | Description |
---|---|
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