GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : RowsRemoving Event |
<FeatureAttribute(Name="DataChange", Version="v5.0")> <SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when one or more rows are being deleted from the GcMultiRow control.")> Public Event RowsRemoving As EventHandler(Of RowsRemovingEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of RowsRemovingEventArgs) AddHandler instance.RowsRemoving, handler
[Feature(Name="DataChange", Version="v5.0")] [SRCategory("Action")] [SRDescription("Occurs when one or more rows are being deleted from the GcMultiRow control.")] public event EventHandler<RowsRemovingEventArgs> RowsRemoving
The event handler receives an argument of type RowsRemovingEventArgs containing data related to this event. The following RowsRemovingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
RowCount | Gets the number of rows that are 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