ListView::SelectedIndexChanged Event
.NET Framework (current version)
Occurs when an item's Select button is clicked, after the ListView control handles the select operation.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The SelectedIndexChanged event is raised when an item's Select button is clicked, after the ListView control handles the select operation. (A Select button is a button control whose CommandName property is set to "Select".) This enables you to perform a custom routine whenever this event occurs, such as updating a status label with information about the currently selected item.
For more information about how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 3.5
Available since 3.5
Show: