Occurs when a row's Select button is clicked, but after the C1GridView control handles the select operation.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event EventHandler SelectedIndexChanged
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event SelectedIndexChanged As EventHandler

See Also