Skip to main content
A newer version of this page is available. .

VGridControlBase.LeftVisibleRecordChanged Event

Fires when the VGridControlBase.LeftVisibleRecord property’s value is changed.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public event IndexChangedEventHandler LeftVisibleRecordChanged

Event Data

The LeftVisibleRecordChanged event's data class is IndexChangedEventArgs. The following properties provide information specific to this event:

Property Description
NewIndex Gets the index of the currently focused element.
OldIndex Gets the index of the previously focused element.
See Also