windowsforms-devexpress-dot-xtraverticalgrid-dot-events-613b923a.md
Provides data for the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
Namespace : DevExpress.XtraVerticalGrid.Events
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
public class IndexChangedEventArgs :
EventArgs
Public Class IndexChangedEventArgs
Inherits EventArgs
IndexChangedEventArgs is the data class for the following events:
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.
Object EventArgs IndexChangedEventArgs
See Also