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 oparty na zerowym elemencie listy w obiekcie, który BulletedList wzbudził 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ż