バージョン

CanExecutePaging(RowsManager,Int32) メソッド

コマンドがそのページング操作を実行できるかどうかを決定します。
シンタックス
'宣言
 
Protected Overloads Overridable Function CanExecutePaging( _
   ByVal rowsBase As RowsManager, _
   ByVal rowIndex As Integer _
) As Boolean
protected virtual bool CanExecutePaging( 
   RowsManager rowsBase,
   int rowIndex
)

パラメータ

rowsBase
rowIndex

戻り値の型

ページングが実行できる場合は True。
参照