Sdílet prostřednictvím


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 primárně používají vývojáři ovládacích prvků při vyvolávání událostí.

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

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

Platí pro

Viz také