Skip to main content

IndexChangedEventArgs Class

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.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