GrapeCity MultiRow Windows Forms Documentation
RowsRemoving Event


Occurs when a row or rows are deleted from the GcMultiRow control.
Syntax
<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
Event Data

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.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
RowCountGets the number of rows that are removed from GcMultiRow.  
RowIndexGets the first Row index used to remove a row.  
Remarks
Used by the control to indicate when rows are being deleted, which allows you to 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.