PagePropertiesChangingEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy PagePropertiesChangingEventArgs.

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

Parametry

startRowIndex
Int32

Indeks pierwszego elementu strony.

maximumRows
Int32

Maksymalna liczba elementów do wyświetlenia na każdej stronie danych.

Uwagi

Ten konstruktor jest używany głównie przez deweloperów sterujących podczas zgłaszania zdarzeń.

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia PagePropertiesChangingEventArgs klasy.

Właściwość Wartość początkowa
StartRowIndex Wartość parametru startRowIndex .
MaximumRows Wartość parametru maximumRows .

Dotyczy

Zobacz też