GrapeCity MultiRow Windows Forms Documentation
RowsRemovedEventArgs Constructor


A System.Int32 value that indicates the first Row index used for removing a row.
A System.Int32 value that indicates the number of rows that have been removed from GcMultiRow.
Initializes a new instance of the RowsRemovedEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal rowCount As Integer _
)
Dim rowIndex As Integer
Dim rowCount As Integer
 
Dim instance As New RowsRemovedEventArgs(rowIndex, rowCount)
public RowsRemovedEventArgs( 
   int rowIndex,
   int rowCount
)

Parameters

rowIndex
A System.Int32 value that indicates the first Row index used for removing a row.
rowCount
A System.Int32 value that indicates the number of rows that have been removed from GcMultiRow.
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

RowsRemovedEventArgs Class
RowsRemovedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.