バージョン

VirtualScrollingEventArgs コンストラクタ

イベント引数オブジェクトを構築します。
シンタックス
'宣言
 
Public Function New( _
   ByVal startRowIndex As Integer, _
   ByVal numberOfRows As Integer _
)
public VirtualScrollingEventArgs( 
   int startRowIndex,
   int numberOfRows
)

パラメータ

startRowIndex
要求された範囲の最初の行のインデックス。
numberOfRows
要求された行の数。
参照