| C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : SelectedIndexChanging Event |
'Declaration<C1DescriptionAttribute(Key="C1Grid.SelectedIndexChanging", Description="Occurs when a row's Select button is clicked, but before the C1GridView control handles the select operation.")> <C1CategoryAttribute("Action")> Public Event SelectedIndexChanging As C1GridViewSelectEventHandler
[C1Description(Key="C1Grid.SelectedIndexChanging", Description="Occurs when a row's Select button is clicked, but before the C1GridView control handles the select operation.")] [C1Category("Action")] public event C1GridViewSelectEventHandler SelectedIndexChanging
The event handler receives an argument of type C1GridViewSelectEventArgs containing data related to this event. The following C1GridViewSelectEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| NewSelectedIndex | Gets or sets the index of the new row to select in the C1GridView control. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2