C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : SelectedIndexChanging Event |
'Declaration Public Event SelectedIndexChanging As C1GridViewSelectEventHandler
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. |