Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IndexChangedEventArgs Class

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

#Declaration

public class IndexChangedEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
IndexChangedEventArgs
See Also