C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / SelectedIndexChanged Event

In This Topic
SelectedIndexChanged Event (C1GridView)
In This Topic
Occurs when a row's Select button is clicked, but after the C1GridView control handles the select operation.
Syntax
'Declaration
 
Public Event SelectedIndexChanged As System.EventHandler
 
See Also