IndexChangedEventArgs Class
Provides data for the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
The VGridControlBase.FocusedRecordChanged event fires immediately after focus has moved from one record to another. The VGridControlBase.FocusedRecordCellChanged event fires after focus has moved from one cell to another if the previously and currently focused cells have different indexes. The IndexChangedEventArgs class introduces the IndexChangedEventArgs.NewIndex and IndexChangedEventArgs.OldIndex properties allowing you to obtain the indexes of the currently and previously focused records/cells respectively.