Sdílet prostřednictvím


BulletedListEventArgs(Int32) Konstruktor

Definice

Inicializuje novou instanci BulletedListEventArgs třídy .

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

Parametry

index
Int32

Index položky seznamu od nuly v objektu BulletedList , který vyvolal událost.

Poznámky

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

V následující tabulce jsou uvedeny počáteční hodnoty vlastností pro instanci BulletedListEventArgs třídy .

Vlastnost Počáteční hodnota
Index Hodnota parametru index .

Platí pro

Viz také