Udostępnij za pośrednictwem


BulletedListEventArgs(Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy BulletedListEventArgs.

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

Indeks listy oparty na zerze w elemencie listy, który BulletedList wywołał zdarzenie.

Uwagi

Użyj tego konstruktora, aby zainicjować nowe wystąpienie BulletedListEventArgs klasy.

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

Właściwość Wartość początkowa
Index Wartość parametru index .

Dotyczy

Zobacz też