GridViewEditEventArgs(Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy GridViewEditEventArgs.

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

Parametry

newEditIndex
Int32

Indeks wiersza do edycji.

Uwagi

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

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

Właściwość Wartość początkowa
NewEditIndex Wartość parametru newEditIndex .

Uwaga

Ten konstruktor jest używany głównie przez deweloperów sterujących podczas zgłaszania zdarzeń.

Dotyczy

Zobacz też