ListViewEditEventArgs(Int32) Konstruktor

Definice

Inicializuje novou instanci ListViewEditEventArgs třídy.

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

Parametry

newEditIndex
Int32

Index položky, kterou chcete upravit.

Poznámky

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

Poznámka

Tento konstruktor je primárně používán ovládacími prvky vývojářů při vyvolání událostí.

Následující tabulka ukazuje počáteční hodnotu vlastnosti instance ListViewEditEventArgs.

Vlastnost Počáteční hodnota
NewEditIndex Hodnota parametru newEditIndex .

Platí pro

Viz také