[]
Initializes a new instance of the RequestRowVisibleStatesEventArgs class.
public RequestRowVisibleStatesEventArgs(int row, int rowCount)
Public Sub New(row As Integer, rowCount As Integer)
Type | Name | Description |
---|---|---|
int | row | First row index of the row range for finding the rows' visible states. |
int | rowCount | Number of row range where to find rows' visible states. |