DetailsViewDeleteEventArgs(Int32) Konstruktor

Definice

Inicializuje novou instanci DetailsViewDeleteEventArgs třídy.

public:
 DetailsViewDeleteEventArgs(int rowIndex);
public DetailsViewDeleteEventArgs (int rowIndex);
new System.Web.UI.WebControls.DetailsViewDeleteEventArgs : int -> System.Web.UI.WebControls.DetailsViewDeleteEventArgs
Public Sub New (rowIndex As Integer)

Parametry

rowIndex
Int32

Index řádku, který se odstraní.

Poznámky

Tento konstruktor použijte k inicializaci nové instance DetailsViewDeleteEventArgs třídy.

Následující tabulka ukazuje počáteční hodnotu vlastnosti instance DetailsViewDeleteEventArgs třídy.

Vlastnost Počáteční hodnota
RowIndex Hodnota parametru rowIndex .

Poznámka

Tento konstruktor se používá primárně ovládacími prvky vývojářů při vytváření událostí.

Platí pro

Viz také