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 クラスの新しいインスタンスを初期化できます。

Note

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

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

財産 初期値
StartRowIndex startRowIndex パラメーターの値。
MaximumRows maximumRows パラメーターの値。
TotalRowCount totalRowCount パラメーターの値。

適用対象

こちらもご覧ください