ListViewSelectEventArgs(Int32) Construtor

Definição

Inicializa uma nova instância da ListViewSelectEventArgs classe.

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

Parâmetros

newSelectedIndex
Int32

O índice do novo item a selecionar no ListView controlo.

Observações

Use este construtor para inicializar uma nova instância da ListViewSelectEventArgs classe.

Note

Este construtor é usado principalmente pelos desenvolvedores de controlo ao criar eventos.

A tabela seguinte mostra o valor inicial da propriedade para uma instância da ListViewSelectEventArgs classe.

Property Valor inicial
NewSelectedIndex O valor do newSelectedIndex parâmetro.

Aplica-se a

Ver também