GrapeCity MultiRow Windows Forms Documentation
RowsRemoved Event


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

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.

PropertyDescription
RowCountGets the number of rows that have been removed from GcMultiRow.  
RowIndexGets the first Row index used to remove a row.  
Remarks
Used by the control to indicate when rows are 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.