ListViewEditEventArgs(Int32) Construtor

Definição

Inicializa uma nova instância da classe ListViewEditEventArgs.Initializes a new instance of the ListViewEditEventArgs class.

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)

Parâmetros

newEditIndex
Int32

O índice do item a ser editado.The index of the item to edit.

Comentários

Use este construtor para inicializar uma nova instância da ListViewEditEventArgs classe.Use this constructor to initialize a new instance of the ListViewEditEventArgs class.

Observação

Esse construtor é usado principalmente pelos desenvolvedores de controle quando eles geram eventos.This constructor is primarily used by control developers when they raise events.

A tabela a seguir mostra o valor da propriedade inicial para uma instância do ListViewEditEventArgs .The following table shows the initial property value for an instance of ListViewEditEventArgs.

PropriedadeProperty Valor inicialInitial value
NewEditIndex O valor do newEditIndex parâmetro.The value of the newEditIndex parameter.

Aplica-se a

Confira também