PageEventArgs(Int32, Int32, Int32) コンストラクター

定義

PageEventArgs クラスの新しいインスタンスを初期化します。

public:
 PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount);
public PageEventArgs (int startRowIndex, int maximumRows, int totalRowCount);
new System.Web.UI.WebControls.PageEventArgs : int * int * int -> System.Web.UI.WebControls.PageEventArgs
Public Sub New (startRowIndex As Integer, maximumRows As Integer, totalRowCount As Integer)

パラメーター

startRowIndex
Int32

データ ページに表示する最初のレコードのインデックス。

maximumRows
Int32

各データ ページに表示する項目の最大数。

totalRowCount
Int32

レコードの合計数。

注釈

このコンストラクターを使用して、クラスの新しいインスタンスを初期化でき PageEventArgs ます。

注意

このコンストラクターは、イベントを発生させるときに、主にコントロールの開発者によって使用されます。

PageEventArgs クラスのインスタンスのプロパティの初期値を次の表に示します。

プロパティ 初期値
StartRowIndex startRowIndex パラメーターの値。
MaximumRows maximumRows パラメーターの値。
TotalRowCount totalRowCount パラメーターの値。

適用対象

こちらもご覧ください