GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowsRemoved Event |
<SRCategoryAttribute("Action")> <FeatureAttribute(Name="DataChange", Version="v5.0")> <SRDescriptionAttribute("Occurs when one or more rows have been deleted from the GcMultiRow control.")> Public Event RowsRemoved As EventHandler(Of RowsRemovedEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of RowsRemovedEventArgs) AddHandler instance.RowsRemoved, handler
[SRCategory("Action")] [Feature(Name="DataChange", Version="v5.0")] [SRDescription("Occurs when one or more rows have been deleted from the GcMultiRow control.")] public event EventHandler<RowsRemovedEventArgs> RowsRemoved
The event handler receives an argument of type RowsRemovedEventArgs containing data related to this event. The following RowsRemovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
RowCount | Gets the number of rows that have been removed from GcMultiRow. |
RowIndex | Gets the first Row index used to remove 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