GrapeCity MultiRow Windows Forms Documentation
RowsRemovingEventArgs Constructor


A System.Int32 value that indicates the first Row index used to remove a row.
A System.Int32 value that indicates the number of rows that are removed from GcMultiRow.
Initializes a new instance of the RowsRemovingEventArgs 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 RowsRemovingEventArgs(rowIndex, rowCount)
public RowsRemovingEventArgs( 
   int rowIndex,
   int rowCount
)

Parameters

rowIndex
A System.Int32 value that indicates the first Row index used to remove a row.
rowCount
A System.Int32 value that indicates the number of rows that are 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

RowsRemovingEventArgs Class
RowsRemovingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.